KKcorps commented on code in PR #11814: URL: https://github.com/apache/pinot/pull/11814#discussion_r1366459534
########## pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotConnectionMetaData.java: ########## @@ -150,30 +150,34 @@ public ResultSet getTableTypes() public ResultSet getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws SQLException { + if (tableNamePattern != null && tableNamePattern.equals("%")) { Review Comment: Is there a scenario where the `%` value is sent? Do we need to catch more incompatible patterns here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org