You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ch...@apache.org on 2019/12/23 02:43:22 UTC

[calcite] branch master updated (4d4afc6 -> c4d18de)

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

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


    from 4d4afc6  Move PGP signing to com.github.vlsi.stage-vote-release Gradle plugin
     add c4d18de  [CALCITE-3387] Query with GROUP BY and JOIN ... USING wrongly fails with "Column DEPTNO is ambiguous" error

No new revisions were added by this update.

Summary of changes:
 .../calcite/sql/advise/SqlAdvisorValidator.java    |   7 ++
 .../calcite/sql/validate/SqlValidatorImpl.java     | 106 ++++++++++++++++++++-
 .../apache/calcite/test/SqlToRelConverterTest.java |  52 ++++++++++
 .../org/apache/calcite/test/SqlValidatorTest.java  |   6 ++
 .../apache/calcite/test/SqlToRelConverterTest.xml  |  88 +++++++++++++++++
 5 files changed, 257 insertions(+), 2 deletions(-)