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 2f7f9bc [CALCITE-4642] Use RelDataTypeSystem from Config in Planner
(Nick Riasanovsky)
add 39e77d7 [CALCITE-4673] If arguments to a table function are
correlation variables, SqlToRelConverter should eliminate duplicate variables
(Evgeniy Stanilovskiy)
add 96cbd70 Refactor RelToSqlConverterTest
new 8346167 [CALCITE-4485] JDBC adapter generates invalid SQL when one of
the joins is "INNER JOIN ... ON TRUE"
The 1 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:
.../calcite/rel/rel2sql/RelToSqlConverter.java | 100 ++++++++++-
.../apache/calcite/sql2rel/SqlToRelConverter.java | 20 ++-
.../rel/rel2sql/RelToSqlConverterStructsTest.java | 133 +--------------
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 187 +++++++++++++++++----
.../org/apache/calcite/test/CalciteAssert.java | 125 ++++++++++++++
.../apache/calcite/test/SqlToRelConverterTest.java | 78 +++++++--
.../org/apache/calcite/test/TableFunctionTest.java | 21 +++
.../java/org/apache/calcite/tools/TpchSchema.java | 49 +++++-
.../test/java/org/apache/calcite/util/Smalls.java | 50 ++++++
.../apache/calcite/test/SqlToRelConverterTest.xml | 105 +++++++++++-
10 files changed, 677 insertions(+), 191 deletions(-)