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

Reply via email to