You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2020/02/01 20:18:44 UTC

[calcite] branch master updated (792fbbf -> ab7056a)

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

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


    from 792fbbf  Update Gradle: 6.1 -> 6.1.1
     add ab7056a  [CALCITE-1824] GROUP_ID returns wrong result (DonnyZone)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/RexImpTable.java    |   9 --
 .../apache/calcite/sql/fun/SqlGroupIdFunction.java |   8 +-
 .../sql/validate/AggregatingSelectScope.java       |  22 ++--
 .../apache/calcite/sql2rel/SqlToRelConverter.java  | 114 ++++++++++++++++++++-
 .../java/org/apache/calcite/test/JdbcTest.java     |  47 +++++++++
 core/src/test/resources/sql/agg.iq                 |  16 ++-
 6 files changed, 182 insertions(+), 34 deletions(-)