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


##########
site/_docs/history.md:
##########
@@ -78,6 +78,12 @@ large results set to a manageable value. Users that need a 
bigger/smaller limit
 should create a new instance of `RelMdUniqueKeys` and register it using the
 metadata provider of their choice.
 
+* [<a 
href="https://issues.apache.org/jira/browse/CALCITE-6728";>CALCITE-6728</a>]
+introduces new methods to lookup tables and sub schemas inside schemas.
+The methods used before (`Schema:getTable(String name)`, 
`Schema:getTableNames()`,
+`Schema.getSubSchema(String name)` and `Schema.getSubSchemaNames(String name)`)
+have been markes as deprecated.

Review Comment:
   typo



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