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 79879f92ab [CALCITE-5468] SqlToRelConverter throws if ORDER BY 
contains IN
     new f82028f4b9 TryThreadLocal values are now not-null by default
     new fdb5840481 Autostyle: Disallow space or newline before ')' in method 
declaration

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                                                  | 1 +
 .../org/apache/calcite/adapter/cassandra/CassandraSchema.java     | 3 +--
 .../java/org/apache/calcite/adapter/cassandra/CassandraTable.java | 3 +--
 core/src/main/java/org/apache/calcite/plan/volcano/RelSubset.java | 3 +--
 core/src/main/java/org/apache/calcite/prepare/Prepare.java        | 7 +++----
 core/src/main/java/org/apache/calcite/rel/AbstractRelNode.java    | 3 +--
 .../main/java/org/apache/calcite/rel/type/RelDataTypeImpl.java    | 3 +--
 core/src/main/java/org/apache/calcite/rex/RexLiteral.java         | 3 +--
 core/src/main/java/org/apache/calcite/util/ImmutableBitSet.java   | 5 ++---
 core/src/main/java/org/apache/calcite/util/TryThreadLocal.java    | 8 +++++++-
 core/src/main/java/org/apache/calcite/util/mapping/Mappings.java  | 3 +--
 .../apache/calcite/plan/volcano/MultipleTraitConversionTest.java  | 3 +--
 core/src/test/java/org/apache/calcite/test/JdbcTest.java          | 4 ++--
 core/src/test/java/org/apache/calcite/util/UtilTest.java          | 3 ++-
 .../main/java/org/apache/calcite/linq4j/tree/BlockStatement.java  | 3 +--
 15 files changed, 26 insertions(+), 29 deletions(-)

Reply via email to