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 2020/01/15 02:00:20 UTC

[calcite] branch master updated (7bb120d -> 990ed29)

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 7bb120d  [CALCITE-3721] Filter of distinct aggregate call is lost after applying AggregateExpandDistinctAggregatesRule (Shuo Cheng)
     add 990ed29  [CALCITE-3640] Oracle EXISTSNODE Function Support (ritesh-kapoor)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/RexImpTable.java    |  2 +
 .../apache/calcite/runtime/CalciteResource.java    |  3 ++
 .../org/apache/calcite/runtime/XmlFunctions.java   | 57 ++++++++++++++++++----
 .../calcite/sql/fun/SqlLibraryOperators.java       |  6 +++
 .../org/apache/calcite/util/BuiltInMethod.java     |  1 +
 .../calcite/runtime/CalciteResource.properties     |  1 +
 .../calcite/sql/test/SqlOperatorBaseTest.java      | 51 +++++++++++++++++++
 .../apache/calcite/test/SqlXmlFunctionsTest.java   | 27 ++++++++++
 core/src/test/resources/sql/functions.iq           | 13 +++++
 site/_docs/reference.md                            |  3 +-
 10 files changed, 154 insertions(+), 10 deletions(-)