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

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


    from 1d4f1b3  [CALCITE-4702] Error when executing query with GROUP BY 
constant via JDBC adapter
     add c668e3b  [CALCITE-4872] Add UNKNOWN value to enum SqlTypeName, 
distinct from the NULL type
     new 812e3e9  [CALCITE-4996] In RelJson, add a readExpression method that 
can convert JSON to a RexNode expression

The 1 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:
 .../plan/visualizer/RuleMatchVisualizer.java       |   3 +-
 .../apache/calcite/rel/externalize/RelJson.java    | 223 ++++++++++++++++++---
 .../apache/calcite/rel/rel2sql/SqlImplementor.java |   7 +-
 .../org/apache/calcite/sql/type/BasicSqlType.java  |  29 +--
 .../calcite/sql/type/SqlTypeFactoryImpl.java       |  15 +-
 .../calcite/sql/type/SqlTypeMappingRule.java       |   4 +-
 .../org/apache/calcite/sql/type/SqlTypeName.java   |   1 +
 .../apache/calcite/sql/type/SqlTypeTransforms.java |   2 +
 .../org/apache/calcite/sql/type/SqlTypeUtil.java   |   5 +-
 .../org/apache/calcite/plan/RelWriterTest.java     |  70 +++++++
 .../calcite/sql/type/SqlTypeFactoryTest.java       |  16 ++
 .../apache/calcite/sql/type/SqlTypeFixture.java    |   2 +
 .../apache/calcite/sql/type/SqlTypeUtilTest.java   |  37 ++++
 site/_docs/reference.md                            |   3 +-
 14 files changed, 370 insertions(+), 47 deletions(-)

Reply via email to