This is an automated email from the ASF dual-hosted git repository.
anton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from c11e087 Interactive Beam - enable caching in GCS
add 07c677f [BEAM-4807] [SQL] Upgrade Calcite and Avatica
add 2d8a116 Drop extra projection on uncollect
new 04633c6 Merge pull request #6169 from apilloud/bump_calcite
The 1 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:
sdks/java/extensions/sql/build.gradle | 4 +--
.../extensions/sql/src/main/codegen/config.fmpp | 5 +++
.../sql/src/main/codegen/includes/parserImpls.ftl | 4 +--
.../sdk/extensions/sql/impl/BeamCalciteSchema.java | 11 +++++++
.../beam/sdk/extensions/sql/impl/JdbcDriver.java | 37 ++++++++++------------
.../extensions/sql/impl/rule/BeamUnnestRule.java | 14 +++++++-
.../sql/BeamSqlDslSqlStdOperatorsTest.java | 2 +-
7 files changed, 51 insertions(+), 26 deletions(-)