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 f7aa27ec2 [CALCITE-4913] Deduplicate correlated variables in SELECT 
clause
     add 9d6838a3c [CALCITE-5086] SQL parser should allow OFFSET to occur 
before LIMIT
     new 4659479a5 [CALCITE-5147] Allow DATE, TIME, TIMESTAMP, INTERVAL 
literals in BigQuery dialect

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:
 core/src/main/codegen/templates/Parser.jj          | 153 +++++++++++++++------
 .../apache/calcite/runtime/CalciteResource.java    |   5 +-
 .../apache/calcite/sql/parser/SqlParserUtil.java   |  14 +-
 .../sql/validate/SqlAbstractConformance.java       |   4 +
 .../calcite/sql/validate/SqlConformance.java       |  18 +++
 .../calcite/sql/validate/SqlConformanceEnum.java   |  10 ++
 .../calcite/runtime/CalciteResource.properties     |   3 +-
 site/_docs/reference.md                            |   5 +-
 .../apache/calcite/sql/parser/SqlParserTest.java   |  79 ++++++++++-
 9 files changed, 229 insertions(+), 62 deletions(-)

Reply via email to