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 730361b664 [CALCITE-5922] The SQL generated for the POSITION
function(with 3 input arguments) by the SparkSqlDialect is not recognized by
Spark SQL
new a0a78f3fe1 Refactor: In RexImpTable, ensure that every method is in
BuiltInMethod
new 4f69d9b3a4 Refactor: In ReflectUtil, add methods isStatic and isPublic
new 2a96512c35 [CALCITE-5914] Cache compiled regular expressions in SQL
function runtime
The 3 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:
.../ReflectiveCallNotNullImplementor.java | 5 +-
.../calcite/adapter/enumerable/RexImpTable.java | 497 +++++++---------
.../calcite/config/CalciteSystemProperty.java | 46 +-
.../apache/calcite/interpreter/TableScanNode.java | 5 +-
.../apache/calcite/jdbc/JavaTypeFactoryImpl.java | 8 +-
.../calcite/rel/metadata/MetadataHandler.java | 5 +-
.../metadata/ReflectiveRelMetadataProvider.java | 13 +-
.../calcite/rel/type/RelDataTypeFactoryImpl.java | 5 +-
.../org/apache/calcite/rex/RexInterpreter.java | 19 +-
.../main/java/org/apache/calcite/runtime/Like.java | 12 +-
.../java/org/apache/calcite/runtime/Resources.java | 6 +-
.../org/apache/calcite/runtime/SqlFunctions.java | 647 ++++++++++++++-------
.../calcite/schema/impl/AggregateFunctionImpl.java | 11 +-
.../schema/impl/ReflectiveFunctionBase.java | 8 +-
.../calcite/schema/impl/ScalarFunctionImpl.java | 10 +-
.../calcite/schema/impl/TableFunctionImpl.java | 6 +-
.../apache/calcite/schema/impl/TableMacroImpl.java | 6 +-
.../calcite/sql2rel/ReflectiveConvertletTable.java | 7 +-
.../org/apache/calcite/util/BuiltInMethod.java | 111 +++-
.../java/org/apache/calcite/util/ReflectUtil.java | 13 +-
.../main/java/org/apache/calcite/util/Util.java | 8 +-
.../apache/calcite/util/format/FormatModel.java | 3 +
.../apache/calcite/util/format/FormatModels.java | 4 +-
.../apache/calcite/test/JdbcFrontLinqBackTest.java | 4 +-
.../org/apache/calcite/test/SqlFunctionsTest.java | 119 ++--
.../java/org/apache/calcite/test/SqlTestGen.java | 8 +-
.../java/org/apache/calcite/util/UtilTest.java | 4 +-
.../adapter/geode/util/JavaTypeFactoryExtImpl.java | 5 +-
.../main/java/org/apache/calcite/linq4j/Ord.java | 19 +-
.../org/apache/calcite/piglet/PigUdfFinder.java | 5 +-
30 files changed, 967 insertions(+), 652 deletions(-)