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 6f10c132be [CALCITE-5506] RelToSqlConverter should retain the 
aggregation logic when Project without RexInputRef on the Aggregate
     new 74a2a18bcb Code style: disallow '))' and ').' at the start of a line
     new 5b73f3665a In tests, don't allow multi-line strings as argument to 
CalciteAssert.returnsUnordered

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:
 build.gradle.kts                                   |   3 +-
 .../adapter/cassandra/CassandraEnumerator.java     |   4 +-
 .../calcite/adapter/cassandra/CassandraSchema.java |  14 +-
 .../calcite/sql/validate/DelegatingScope.java      |   6 +-
 .../calcite/sql/validate/SqlValidatorUtil.java     |   4 +-
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java |   8 +-
 .../calcite/sql2rel/RelFieldTrimmerTest.java       |  14 +-
 .../java/org/apache/calcite/test/JdbcTest.java     |   4 +-
 .../apache/calcite/test/ReflectiveSchemaTest.java  |   4 +-
 .../org/apache/calcite/test/TableFunctionTest.java |   4 +-
 .../test/enumerable/EnumerableCalcTest.java        |  50 ++++---
 .../test/enumerable/EnumerableJoinTest.java        |  29 ++--
 .../test/enumerable/EnumerableRepeatUnionTest.java |   7 +-
 .../enumerable/EnumerableStringComparisonTest.java |  34 ++---
 .../org/apache/calcite/test/DruidAdapter2IT.java   |  90 +++++++-----
 .../org/apache/calcite/test/DruidAdapterIT.java    |  94 +++++++------
 .../apache/calcite/adapter/spark/SparkRules.java   |   9 +-
 .../org/apache/calcite/test/SparkAdapterTest.java  | 154 +++++++++++++--------
 .../org/apache/calcite/test/CalciteAssert.java     |  23 +++
 19 files changed, 326 insertions(+), 229 deletions(-)

Reply via email to