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 68b02df  [CALCITE-4169] Release Calcite 1.25.0
     new c1f8f75  [CALCITE-4167] Group by COALESCE IN throws 
NullPointerException
     new ebbb7bb  [CALCITE-4171] Support named parameters for table window 
functions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../calcite/adapter/enumerable/EnumUtils.java      |   1 -
 .../apache/calcite/runtime/CalciteResource.java    |   4 +
 .../org/apache/calcite/sql/SqlCallBinding.java     |  45 ++++++--
 .../apache/calcite/sql/SqlHopTableFunction.java    |  88 +++++++-------
 .../calcite/sql/SqlSessionTableFunction.java       |  78 ++++++++-----
 .../apache/calcite/sql/SqlTumbleTableFunction.java |  82 ++++++++------
 .../apache/calcite/sql/SqlWindowTableFunction.java |  77 ++++++++++++-
 .../sql/fun/SqlArgumentAssignmentOperator.java     |   4 +
 .../calcite/sql/validate/SqlValidatorImpl.java     |   8 +-
 .../apache/calcite/sql2rel/SqlToRelConverter.java  |   4 +
 .../calcite/runtime/CalciteResource.properties     |   1 +
 .../apache/calcite/test/SqlToRelConverterTest.java |  76 +++++++++++++
 .../org/apache/calcite/test/SqlValidatorTest.java  |  98 ++++++++++++++--
 .../apache/calcite/test/SqlToRelConverterTest.xml  | 126 +++++++++++++++++++++
 core/src/test/resources/sql/stream.iq              |  61 ++++++++++
 site/_docs/reference.md                            |  63 ++++++++++-
 16 files changed, 676 insertions(+), 140 deletions(-)

Reply via email to