This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from bada97f3a1d IGNITE-20407 Update dependency version of Snappy-java to 
1.1.10.3 (#10930)
     add 3b43aa17ce7 IGNITE-20341 SQL Calcite: Upgrade calcite to 1.34.0 
(#10919)

No new revisions were added by this update.

Summary of changes:
 docs/_docs/SQL/sql-calcite.adoc                    |     2 +-
 modules/calcite/pom.xml                            |    13 +-
 modules/calcite/src/main/codegen/config.fmpp       |     9 +
 .../query/calcite/exec/ExecutionServiceImpl.java   |     2 +-
 .../query/calcite/exec/exp/RexImpTable.java        |   290 +-
 .../query/calcite/prepare/FieldsMetadataImpl.java  |    24 +-
 .../calcite/prepare/IgniteConvertletTable.java     |     5 +-
 .../query/calcite/prepare/IgnitePlanner.java       |   116 +-
 .../query/calcite/prepare/PrepareServiceImpl.java  |    26 +-
 .../processors/query/calcite/prepare/Splitter.java |    12 +-
 .../query/calcite/prepare/ValidationResult.java    |    22 +-
 .../calcite/sql/fun/IgniteStdSqlOperatorTable.java |     2 +
 .../calcite/sql/generated/IgniteSqlParserImpl.java | 22049 +++++++++--------
 .../generated/IgniteSqlParserImplConstants.java    |  1336 +-
 .../generated/IgniteSqlParserImplTokenManager.java | 23683 ++++++++++---------
 .../processors/query/calcite/util/TypeUtils.java   |    37 +-
 .../integration/MetadataIntegrationTest.java       |    31 +-
 .../calcite/integration/StdSqlOperatorsTest.java   |     3 +
 18 files changed, 24701 insertions(+), 22961 deletions(-)

Reply via email to