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 1cc65f1 [CALCITE-3392] Column expression in DDL should be validated
before converting to RexNode
new 05a086b Re-format and re-organize config.fmpp files that customize
the SQL parser
new 4be2d08 [CALCITE-3383] Plural time units
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:
babel/src/main/codegen/config.fmpp | 1712 ++++++++++----------
core/src/main/codegen/config.fmpp | 622 +++----
core/src/main/codegen/templates/Parser.jj | 117 +-
.../apache/calcite/runtime/CalciteResource.java | 3 +
.../calcite/sql/parser/SqlAbstractParserImpl.java | 4 +
.../org/apache/calcite/sql/parser/SqlParser.java | 9 +
.../sql/validate/SqlAbstractConformance.java | 4 +
.../calcite/sql/validate/SqlConformance.java | 15 +
.../calcite/sql/validate/SqlConformanceEnum.java | 10 +
.../calcite/runtime/CalciteResource.properties | 1 +
core/src/test/codegen/config.fmpp | 767 ++++-----
.../apache/calcite/sql/parser/SqlParserTest.java | 123 +-
server/src/main/codegen/config.fmpp | 818 +++++-----
site/_docs/reference.md | 10 +
14 files changed, 2234 insertions(+), 1981 deletions(-)