This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 3f2ae2f4dd [CALCITE-5771] Apply two different NULL semantics for
CONCAT function (enabled in MySQL, Postgres, BigQuery and MSSQL)
new 181dd402ae [CALCITE-5790] Validator should disallow a query with * but
no FROM clause
new 54192eb678 [CALCITE-5788] Order of metadata handler methods is
inconsistent in different java versions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/calcite/rel/metadata/MetadataDef.java | 45 +++++++++++++++-------
.../calcite/rel/metadata/MetadataHandler.java | 22 ++++++++---
.../janino/RelMetadataHandlerGeneratorUtil.java | 42 ++++++++++----------
.../apache/calcite/runtime/CalciteResource.java | 3 ++
.../calcite/sql/validate/SqlValidatorImpl.java | 12 +++---
.../calcite/runtime/CalciteResource.properties | 1 +
.../calcite/rel/metadata/MetadataHandlerTest.java | 32 +++++++++------
.../org/apache/calcite/test/SqlValidatorTest.java | 25 ++++++++++++
8 files changed, 127 insertions(+), 55 deletions(-)