You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2018/08/07 23:55:07 UTC

[beam] branch master updated (c11e087 -> 04633c6)

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(-)


[beam] 01/01: Merge pull request #6169 from apilloud/bump_calcite

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

anton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 04633c676f373d2780e6698b037afaaa8e2afe8e
Merge: c11e087 2d8a116
Author: Anton Kedin <33...@users.noreply.github.com>
AuthorDate: Tue Aug 7 16:55:03 2018 -0700

    Merge pull request #6169 from apilloud/bump_calcite
    
    [BEAM-4807] [SQL] Upgrade Calcite and Avatica

 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(-)