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 2ac4415 [CALCITE-3420] NullPointerException throws for implicit type
coercion of nested SET operations
new bfb716a Refactor InterpreterTest
new ec9947a [CALCITE-3407] Implement MINUS and INTERSECT in interpreter
(Wang Yanlin)
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:
.../org/apache/calcite/interpreter/Bindables.java | 2 +-
.../apache/calcite/interpreter/Interpreter.java | 7 +
.../java/org/apache/calcite/interpreter/Nodes.java | 6 +-
.../org/apache/calcite/interpreter/SetOpNode.java | 87 ++++++
.../org/apache/calcite/interpreter/UnionNode.java | 3 +
.../org/apache/calcite/test/InterpreterTest.java | 321 ++++++++++++---------
6 files changed, 291 insertions(+), 135 deletions(-)
create mode 100644
core/src/main/java/org/apache/calcite/interpreter/SetOpNode.java