This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3b73de498 Website deployed from
calcite@efafa4fd40d92aff9909b51c18719ebc82592e88
3b73de498 is described below
commit 3b73de498a2d135c1bd0146b402f9fe9710cab5d
Author: mihaibudiu <[email protected]>
AuthorDate: Thu Mar 6 19:50:07 2025 +0000
Website deployed from calcite@efafa4fd40d92aff9909b51c18719ebc82592e88
---
docs/history.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index d4c6d0591..0a8312800 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -149,6 +149,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 marked as deprecated.
+
#### New features
{: #new-features-1-39-0}