This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 883e191 [CALCITE-3360] SqlValidator throws NPE for unregistered
function without implicit type coercion
new 02a4ced [CALCITE-3344] In JDBC adapter, generate "SELECT TOP(n)" for
MSSQL 2008 and earlier, and for Sybase ASE
new 29d8508 [CALCITE-3286] In LatticeSuggester, allow join conditions
that use expressions
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:
.../org/apache/calcite/materialize/Lattice.java | 4 +-
.../apache/calcite/materialize/LatticeNode.java | 2 +-
.../apache/calcite/materialize/LatticeSpace.java | 40 ++++++++-
.../calcite/materialize/LatticeSuggester.java | 98 +++++++++++++++-------
.../java/org/apache/calcite/materialize/Step.java | 64 +++++++++-----
.../apache/calcite/rex/RexToSqlNodeConverter.java | 4 +
.../java/org/apache/calcite/sql/SqlDialect.java | 15 ++++
.../org/apache/calcite/sql/SqlSelectOperator.java | 1 +
.../java/org/apache/calcite/sql/SqlWriter.java | 7 ++
.../calcite/sql/dialect/MssqlSqlDialect.java | 31 +++++++
.../calcite/sql/dialect/SybaseSqlDialect.java | 20 +++++
.../apache/calcite/sql/pretty/SqlPrettyWriter.java | 7 ++
.../calcite/materialize/LatticeSuggesterTest.java | 62 ++++++++++++++
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 43 +++++++++-
14 files changed, 341 insertions(+), 57 deletions(-)