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 7fafef9 Allow "CREATE TABLE ... AS SELECT ..." in Quidem tests
new 571cf95 [CALCITE-3466] JDBC adapter incorrectly drops GROUP BY clause
of sub-query (Wang Weidong)
new 3621b61 [CALCITE-3593] JDBC adapter generates incorrect HAVING clause
for BigQuery (Jin Xing)
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/rel2sql/SqlImplementor.java | 58 +++++++----
.../java/org/apache/calcite/sql/SqlDialect.java | 2 +
.../calcite/sql/dialect/BigQuerySqlDialect.java | 8 +-
.../calcite/sql/validate/SqlConformance.java | 19 ++--
.../calcite/sql/validate/SqlConformanceEnum.java | 10 +-
.../rel/rel2sql/RelToSqlConverterStructsTest.java | 5 +-
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 106 +++++++++++++++++++--
7 files changed, 166 insertions(+), 42 deletions(-)