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

[calcite] branch master updated (c4d18de -> b808886)

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

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


    from c4d18de  [CALCITE-3387] Query with GROUP BY and JOIN ... USING wrongly fails with "Column DEPTNO is ambiguous" error
     add b808886  [CALCITE-3620] Remove implicit lateral operator for temporal table join

No new revisions were added by this update.

Summary of changes:
 core/src/main/codegen/templates/Parser.jj          | 16 +++++--
 .../org/apache/calcite/sql/SqlLateralOperator.java |  8 +---
 .../calcite/sql/validate/SqlValidatorImpl.java     | 53 ++++++++++++++--------
 .../apache/calcite/sql2rel/SqlToRelConverter.java  |  4 +-
 .../apache/calcite/sql/parser/SqlParserTest.java   | 17 +++++--
 .../org/apache/calcite/test/SqlValidatorTest.java  | 12 ++++-
 6 files changed, 75 insertions(+), 35 deletions(-)