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 d2da6532c9 Site: Switch PMC Chair to Stamatis Zampetakis
     add 9ff2352466 [CALCITE-5341] Upgrade Calcite to Avatica 1.23.0
     new 0ad974c308 [CALCITE-5414] Use DateTimeUtils to correctly convert 
between java.sql types and Unix timestamps
     new 3801b42c0a [CALCITE-5342] Refactor SqlFunctions methods lastDay, 
addMonths, subtractMonths to use DateTimeUtils from Avatica

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/RexImpTable.java    |  34 +-
 .../adapter/jdbc/JdbcToEnumerableConverter.java    |   8 +-
 .../org/apache/calcite/rel/type/TimeFrameSet.java  |   5 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   | 421 ++++++++++++---------
 .../org/apache/calcite/util/BuiltInMethod.java     |  21 +-
 .../java/org/apache/calcite/test/JdbcTest.java     |  84 ++++
 .../org/apache/calcite/test/SqlFunctionsTest.java  | 386 ++++++++++++++++---
 gradle.properties                                  |   2 +-
 .../java/org/apache/calcite/test/QuidemTest.java   |   1 +
 9 files changed, 732 insertions(+), 230 deletions(-)

Reply via email to