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 b06fd40 [CALCITE-3607] Support LogicalTableModify in RelShuttle
(xy2953396112)
add e7d3f54 [CALCITE-3579] Oracle XMLTRANSFORM 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 | 6 +++
.../org/apache/calcite/runtime/XmlFunctions.java | 29 ++++++++++
.../calcite/sql/fun/SqlLibraryOperators.java | 6 +++
.../org/apache/calcite/util/BuiltInMethod.java | 1 +
.../calcite/runtime/CalciteResource.properties | 2 +
.../calcite/sql/test/SqlOperatorBaseTest.java | 39 ++++++++++++++
.../java/org/apache/calcite/test/QuidemTest.java | 4 ++
.../apache/calcite/test/SqlXmlFunctionsTest.java | 26 +++++++++
core/src/test/resources/sql/functions.iq | 62 ++++++++++++++++++++++
core/src/test/resources/sql/mysql-func.iq | 33 ------------
site/_docs/reference.md | 1 +
12 files changed, 178 insertions(+), 33 deletions(-)
create mode 100644 core/src/test/resources/sql/functions.iq
delete mode 100644 core/src/test/resources/sql/mysql-func.iq