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 64c3957 Fix typos (Wang Yanlin)
new a47492b Javadoc fixes for JDK 13
new 35c5f57 [CALCITE-3361] Add 'lenientOperatorLookup' connection property
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/test/BabelQuidemTest.java | 35 +-
.../java/org/apache/calcite/test/BabelTest.java | 40 +-
babel/src/test/resources/sql/redshift.iq | 2199 ++++++++++++++++++++
babel/src/test/resources/sql/select.iq | 2 +-
core/src/main/codegen/templates/Parser.jj | 9 +-
.../calcite/config/CalciteConnectionConfig.java | 2 +
.../config/CalciteConnectionConfigImpl.java | 5 +
.../calcite/config/CalciteConnectionProperty.java | 6 +-
.../java/org/apache/calcite/plan/RelTrait.java | 2 +-
.../calcite/rel/rules/IntersectToDistinctRule.java | 2 +-
.../java/org/apache/calcite/sql/SqlFunction.java | 22 +-
.../apache/calcite/sql/SqlJdbcFunctionCall.java | 14 +-
.../apache/calcite/sql/validate/SelectScope.java | 4 +-
.../calcite/sql/validate/SqlValidatorImpl.java | 3 +-
.../sql/validate/implicit/package-info.java | 22 +-
.../main/java/org/apache/calcite/util/Static.java | 2 +-
.../main/java/org/apache/calcite/util/Util.java | 12 +-
.../apache/calcite/util/trace/CalciteTrace.java | 2 +-
.../calcite/test/concurrent/package-info.java | 20 +-
.../java/org/apache/calcite/linq4j/Enumerator.java | 2 +-
.../java/org/apache/calcite/linq4j/Extensions.java | 2 +-
21 files changed, 2324 insertions(+), 83 deletions(-)
create mode 100755 babel/src/test/resources/sql/redshift.iq