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 7b8b2b9604 [CALCITE-4972] Subfields of array columns containing
structs are not qualified in getFieldOrigins
new 457927ada2 [CALCITE-5294] Prune the null-generating side of an outer
join if it is empty
new abb4cf0025 [CALCITE-5291] Make lexical policy for BigQuery
case-insensitive
new 9795a778ba Add tests for [CALCITE-5180] Implement BigQuery functions
for DATE, TIME, TIMESTAMP, DATETIME
new a505b25eac [CALCITE-5269] Implement BigQuery TIME_TRUNC and
TIMESTAMP_TRUNC functions
The 4 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:
babel/src/main/codegen/config.fmpp | 2 +
.../org/apache/calcite/test/BabelQuidemTest.java | 2 +
babel/src/test/resources/sql/big-query.iq | 2469 +++++++++++++++++++-
core/src/main/codegen/default_config.fmpp | 2 +
core/src/main/codegen/templates/Parser.jj | 77 +-
.../calcite/adapter/enumerable/RexImpTable.java | 13 +
.../main/java/org/apache/calcite/config/Lex.java | 2 +-
.../apache/calcite/rel/rules/PruneEmptyRules.java | 72 +-
.../calcite/sql/fun/SqlLibraryOperators.java | 25 +
.../org/apache/calcite/sql/type/OperandTypes.java | 6 +
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 15 +
.../calcite/sql/validate/LexCaseSensitiveTest.java | 69 +-
.../java/org/apache/calcite/test/JdbcTest.java | 8 +-
.../org/apache/calcite/test/RelOptRulesTest.xml | 12 +-
core/src/test/resources/sql/sub-query.iq | 14 +-
site/_docs/reference.md | 4 +
.../apache/calcite/sql/parser/SqlParserTest.java | 18 +
.../apache/calcite/sql/test/AbstractSqlTester.java | 2 +-
.../org/apache/calcite/test/SqlOperatorTest.java | 68 +
19 files changed, 2761 insertions(+), 119 deletions(-)