julianhyde commented on code in PR #3200:
URL: https://github.com/apache/calcite/pull/3200#discussion_r1195633734


##########
core/src/main/java/org/apache/calcite/schema/Schema.java:
##########
@@ -71,6 +75,8 @@ public interface Schema {
    */
   Set<String> getTableNames();
 
+  @Nullable Table getTable(String name, boolean caseSensitive);

Review Comment:
   I agree. Adding `caseSensitive` should be an orthogonal change.
   
   And I'm not even convinced we want to make that change.



-- 
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]

Reply via email to