This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 7be93a9757 [CALCITE-6526] Refactor DEVELOCITY_ACCESS_KEY definition in
one place
new a3c3205871 [CALCITE-6464] Type inference for DECIMAL division seems
incorrect
new 68f9ee0cc0 Handle the case where maximum scale is less than 6
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:
.../apache/calcite/rel/type/RelDataTypeSystem.java | 49 ++++++++++++++-------
.../calcite/sql/type/RelDataTypeSystemTest.java | 50 ++++++++++++++++++++++
.../org/apache/calcite/test/SqlValidatorTest.java | 14 +++---
.../org/apache/calcite/test/TypeCoercionTest.java | 6 +--
core/src/test/resources/sql/measure-paper.iq | 14 +++---
.../org/apache/calcite/test/SqlOperatorTest.java | 10 ++---
6 files changed, 106 insertions(+), 37 deletions(-)