This is an automated email from the ASF dual-hosted git repository.
liyafan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 4066a34 [CALCITE-4675] Error executing query with SUM and
multiplication via JdbcAdapter
add c700e37 [CALCITE-4420] Some simple arithmetic operations can be
simplified
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/calcite/rex/RexSimplify.java | 90 ++++++++++++++++++++++
.../org/apache/calcite/rex/RexProgramTest.java | 31 +++++++-
.../apache/calcite/test/SqlToRelConverterTest.xml | 14 ++--
core/src/test/resources/sql/misc.iq | 4 +-
.../org/apache/calcite/test/DruidAdapter2IT.java | 8 +-
.../org/apache/calcite/test/DruidAdapterIT.java | 8 +-
6 files changed, 136 insertions(+), 19 deletions(-)