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 d287b05 [CALCITE-3441] Remove
SqlTypeExplicitPrecedenceList.COMPACT_NUMERIC_TYPES because the NULL delimiters
are useless
new 8fd8fcc [CALCITE-3440] RelToSqlConverter does not properly alias
ambiguous ORDER BY
new 2c6ccd5 [CALCITE-3436] In CalciteConnectionConfigImpl, add isSet and
unset methods (Ryan Fu)
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:
.../config/CalciteConnectionConfigImpl.java | 28 ++++++--
.../org/apache/calcite/prepare/PlannerImpl.java | 30 ++++----
.../apache/calcite/rel/rel2sql/SqlImplementor.java | 43 +++++++++++-
.../calcite/rel/rel2sql/RelToSqlConverterTest.java | 34 +++++++++
.../org/apache/calcite/tools/FrameworksTest.java | 81 ++++++++++++++++++++++
5 files changed, 198 insertions(+), 18 deletions(-)