You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fe...@apache.org on 2020/07/16 06:09:34 UTC

[calcite] branch master updated (88d4de0 -> 9accb16)

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

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


    from 88d4de0  [CALCITE-4124] Stop invalidating metadata cache in VolcanoRuleCall
     add 9accb16  [CALCITE-4000] Support OFFSET parameter in TUMBLE/HOP table functions (Rui Wang)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/EnumUtils.java      | 64 ++++++++++++----------
 .../calcite/adapter/enumerable/RexImpTable.java    | 51 ++++++++++-------
 .../apache/calcite/sql/SqlHopTableFunction.java    | 10 +++-
 .../apache/calcite/sql/SqlTumbleTableFunction.java | 11 +++-
 .../org/apache/calcite/util/BuiltInMethod.java     |  2 +-
 .../apache/calcite/test/SqlToRelConverterTest.java | 14 +++++
 .../org/apache/calcite/test/SqlValidatorTest.java  | 32 +++++++++--
 .../apache/calcite/test/SqlToRelConverterTest.xml  | 28 ++++++++++
 core/src/test/resources/sql/stream.iq              | 33 +++++++++++
 site/_docs/reference.md                            |  6 +-
 10 files changed, 187 insertions(+), 64 deletions(-)