You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by am...@apache.org on 2021/01/26 03:16:17 UTC

[calcite] branch master updated (12a484a -> a16a473)

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

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


    from 12a484a  [CALCITE-4431] Use requireNonNull(var, "var") instead of requireNonNull(var) for better error messages
     add a16a473  [CALCITE-4474] fix SqlSimpleParser inner Tokenizer should not recognize the sql of TokenType.ID or some keywords in some case (wangjie)

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/sql/advise/SqlSimpleParser.java |  9 +++-
 .../apache/calcite/sql/test/SqlAdvisorTest.java    | 51 ++++++++++++++++++++++
 2 files changed, 59 insertions(+), 1 deletion(-)