This is an automated email from the ASF dual-hosted git repository.
asolimando pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 2cb8167d5f [CALCITE-5862] Incorrect semantics of ARRAY function (Spark
library) when elements have Numeric and Character types
add 9c758942ab [CALCITE-5889] Add the RelRule that converts Minus into
UNION ALL..GROUP BY...WHERE
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/calcite/plan/RelOptRules.java | 3 +-
.../org/apache/calcite/rel/rules/CoreRules.java | 6 +
.../calcite/rel/rules/MinusToDistinctRule.java | 181 +++++++++++++++++++++
.../java/org/apache/calcite/test/JdbcTest.java | 66 ++++++++
.../org/apache/calcite/test/RelOptRulesTest.java | 41 +++++
.../org/apache/calcite/test/RelOptRulesTest.xml | 132 +++++++++++++++
6 files changed, 428 insertions(+), 1 deletion(-)
create mode 100644
core/src/main/java/org/apache/calcite/rel/rules/MinusToDistinctRule.java