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 bde9110ca6 [CALCITE-5843] Constant expression with nested casts causes
a compiler crash
new 6b750b8e9b [CALCITE-5908] Refactor: Remove unnecessary null checks in
CalciteSchema
new 161e220384 [CALCITE-5184] Support "LIMIT start, ALL" in MySQL
conformance, equivalent to "OFFSET start"
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/codegen/templates/Parser.jj | 16 +-
.../org/apache/calcite/jdbc/CalciteSchema.java | 38 ++---
.../apache/calcite/runtime/CalciteResource.java | 4 +-
.../calcite/runtime/CalciteResource.properties | 2 +-
.../org/apache/calcite/test/CoreQuidemTest.java | 21 +++
core/src/test/resources/sql/sort.iq | 165 +++++++++++++++++++++
site/_docs/reference.md | 2 +-
.../apache/calcite/sql/parser/SqlParserTest.java | 45 +++++-
8 files changed, 254 insertions(+), 39 deletions(-)