kramerul commented on code in PR #4100:
URL: https://github.com/apache/calcite/pull/4100#discussion_r1969379476


##########
core/src/main/java/org/apache/calcite/schema/Schema.java:
##########
@@ -67,6 +99,8 @@ public interface Schema {
   /**
    * Returns the names of the tables in this schema.
    *
+   * <p>Please use {@link Schema#tables()} and {@link 
Lookup#getNames(LikePattern)} instead.

Review Comment:
   OK



##########
core/src/main/java/org/apache/calcite/schema/Schema.java:
##########
@@ -67,6 +99,8 @@ public interface Schema {
   /**
    * Returns the names of the tables in this schema.
    *
+   * <p>Please use {@link Schema#tables()} and {@link 
Lookup#getNames(LikePattern)} instead.

Review Comment:
   OK



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