This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from 724eb032d0 Site: Add Benchao Li as committer
add 85a6ecdd1d [CALCITE-5206] Parser allows MERGE with mismatched
parentheses
add 515f3356a6 Refactor parser
new d40b55cb7a [CALCITE-5194] Cannot parse parenthesized UNION in FROM
The 1 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:
babel/src/main/codegen/includes/parserImpls.ftl | 2 +-
core/src/main/codegen/templates/Parser.jj | 1774 +++++++++-----------
.../plan/visualizer/RuleMatchVisualizer.java | 20 +-
.../apache/calcite/plan/visualizer/StepInfo.java | 8 +-
.../apache/calcite/rel/rules/FilterJoinRule.java | 3 +-
.../apache/calcite/runtime/CalciteResource.java | 3 -
.../java/org/apache/calcite/sql/SqlLiteral.java | 2 +-
.../calcite/sql/dialect/MysqlSqlDialect.java | 43 +-
.../java/org/apache/calcite/sql/parser/Span.java | 4 +-
.../calcite/sql/validate/SqlValidatorImpl.java | 2 +-
.../java/org/apache/calcite/util/JsonBuilder.java | 2 +-
.../calcite/runtime/CalciteResource.properties | 1 -
core/src/test/codegen/includes/parserImpls.ftl | 4 +-
server/src/main/codegen/config.fmpp | 2 -
server/src/main/codegen/includes/parserImpls.ftl | 1 -
.../apache/calcite/sql/parser/SqlParserTest.java | 130 ++
16 files changed, 930 insertions(+), 1071 deletions(-)