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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]