This is an automated email from the ASF dual-hosted git repository.
mihaibudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 9089f40a0a [CALCITE-7628] In the interpreter, MINUS and INTERSECT with
3 or more inputs return wrong result
new f56eb5f646 [CALCITE-7630] BETWEEN unparses incorrectly when left side
contains a BETWEEN expression
new 7311760481 Unparse should not use sep unless inside a list
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:
core/src/main/java/org/apache/calcite/sql/SqlStarReplace.java | 2 +-
.../main/java/org/apache/calcite/sql/fun/SqlBetweenOperator.java | 4 ++++
.../java/org/apache/calcite/sql/test/SqlPrettyWriterTest.java | 9 +++++++++
.../org/apache/calcite/sql/test/SqlPrettyWriterTest.xml | 5 +++++
4 files changed, 19 insertions(+), 1 deletion(-)