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

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


    from 682c28568f Try automatically marking PRs as stale
     new 36b8a99d89 [CALCITE-6343] Ensure that AS operator doesn't change 
return type of measures
     new fc79266804 [CALCITE-6576] In SET clause of UPDATE statement, allow 
column identifiers to be prefixed with table alias
     new 24885d71e9 Refactor RexImpTable
     new a00d565456 [CALCITE-6550] Improve SQL function overloading
     new 963f898b2c [CALCITE-6580] Remove Locale.setDefault

The 5 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:
 .../org/apache/calcite/test/BabelQuidemTest.java   |   11 +-
 core/src/main/codegen/templates/Parser.jj          |    4 +-
 .../calcite/adapter/enumerable/RexImpTable.java    |  589 +++--
 .../org/apache/calcite/runtime/SqlFunctions.java   |   21 +-
 .../org/apache/calcite/sql/SqlBasicFunction.java   |    2 +-
 .../calcite/sql/fun/SqlLibraryOperators.java       |   82 +-
 .../org/apache/calcite/util/BuiltInMethod.java     |   12 +-
 .../util/format/postgresql/FormatPattern.java      |    8 +-
 .../format/postgresql/NumberFormatPattern.java     |    2 +-
 .../postgresql/PostgresqlDateTimeFormatter.java    |   12 +-
 .../format/postgresql/StringFormatPattern.java     |    4 +-
 .../calcite/sql/type/RelDataTypeSystemTest.java    |   11 +
 .../apache/calcite/test/SqlToRelConverterTest.java |   28 +-
 .../PostgresqlDateTimeFormatterTest.java           | 2281 ++++++++------------
 .../apache/calcite/test/SqlToRelConverterTest.xml  |   12 +
 src/main/config/forbidden-apis/signatures.txt      |    4 +
 .../apache/calcite/sql/parser/SqlParserTest.java   |   15 +
 .../org/apache/calcite/test/SqlOperatorTest.java   |  520 +++--
 .../main/java/org/apache/calcite/test/Unsafe.java  |    7 +
 .../apache/calcite/testlib/WithLocaleExtension.kt  |    5 +-
 20 files changed, 1627 insertions(+), 2003 deletions(-)

Reply via email to