You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ch...@apache.org on 2020/07/25 06:33:10 UTC

[calcite] branch master updated (2f7c6e2 -> 92309ed)

This is an automated email from the ASF dual-hosted git repository.

chunwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    omit 2f7c6e2  [CALCITE-4022] Support unparse special syntax when operator is INSERT (Xu zhaohui)
    omit d2c8590  [CALCITE-4115] Improve the prompt of using SQL keywords for sql parser (part2)
     add 4b5b910  [CALCITE-4117] Release Calcite 1.24.0
     add 28d156f  Improve 1.24.0 release note and document
     add 7171cbf  Prepare for next development iteration
     add 92309ed  Add 1.24.0 release announcement

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2f7c6e2)
            \
             N -- N -- N   refs/heads/master (92309ed)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |  12 ++
 README                                             |   2 +-
 core/src/main/codegen/templates/Parser.jj          |   4 +-
 .../java/org/apache/calcite/sql/SqlSyntax.java     |   5 +-
 .../main/java/org/apache/calcite/sql/SqlUtil.java  |  26 ---
 .../apache/calcite/sql/parser/SqlParserUtil.java   |  24 ---
 .../apache/calcite/sql/parser/SqlParserTest.java   |  34 +---
 .../calcite/sql/test/SqlOperatorBaseTest.java      |   2 +-
 .../org/apache/calcite/test/SqlValidatorTest.java  |   2 +-
 gradle.properties                                  |   2 +-
 site/_docs/history.md                              | 207 ++++++++++++++++++++-
 site/_docs/howto.md                                |   6 +-
 ...ease-1.18.0.md => 2020-07-24-release-1.24.0.md} |  32 ++--
 13 files changed, 245 insertions(+), 113 deletions(-)
 copy site/_posts/{2018-12-21-release-1.18.0.md => 2020-07-24-release-1.24.0.md} (51%)