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 9e80eb6 [CALCITE-3560] Additional calcite.util.Source implementation
for generic text source (eg. CharSource)
add ff44204 [CALCITE-3429] AssertionError for user-defined table function
with map argument (Wang Yanlin)
No new revisions were added by this update.
Summary of changes:
.../apache/calcite/jdbc/JavaTypeFactoryImpl.java | 26 +++++++++++++++++-----
.../calcite/rel/type/RelDataTypeFactoryImpl.java | 26 ++++++++++++++++++++++
.../sql/type/JavaToSqlTypeConversionRules.java | 1 +
.../calcite/sql/type/SqlTypeAssignmentRule.java | 3 +++
.../calcite/sql/type/SqlTypeFactoryImpl.java | 2 ++
.../calcite/sql/type/SqlTypeFactoryTest.java | 18 +++++++++++++++
.../org/apache/calcite/test/TableFunctionTest.java | 18 +++++++++++++++
.../test/java/org/apache/calcite/util/Smalls.java | 6 +++++
.../calcite/adapter/geode/rel/GeodeTable.java | 3 +++
.../calcite/adapter/geode/util/GeodeUtils.java | 11 ++++-----
10 files changed, 103 insertions(+), 11 deletions(-)