You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by da...@apache.org on 2019/12/27 01:20:45 UTC

[calcite] branch master updated (1afe1e4 -> a52bede)

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

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


    from 1afe1e4  [CALCITE-3622] Update geode tests upgrade from junit4 to junit5 (Qianjin Xu)
     add a52bede  [CALCITE-3635] Supports hint option as string or numeric literal

No new revisions were added by this update.

Summary of changes:
 core/src/main/codegen/templates/Parser.jj          | 93 +++++++++++++++++-----
 .../main/java/org/apache/calcite/sql/SqlHint.java  | 39 +++++++--
 .../main/java/org/apache/calcite/sql/SqlUtil.java  |  1 +
 .../apache/calcite/sql/parser/SqlParserTest.java   | 15 ++--
 .../apache/calcite/test/SqlHintsConverterTest.java |  9 ++-
 .../apache/calcite/test/SqlHintsConverterTest.xml  | 15 +++-
 6 files changed, 138 insertions(+), 34 deletions(-)