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/10/18 09:54:15 UTC

[calcite] branch master updated (ebc16af -> a39cab3)

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 ebc16af  [CALCITE-3421] Reuse RelMetadataQuery in test suites
     add a39cab3  [CALCITE-3318] Preserving CAST of STRING operand in binary comparison for BigQuery (soma-mondal)

No new revisions were added by this update.

Summary of changes:
 .../calcite/rel/rel2sql/RelToSqlConverter.java     |  3 +-
 .../apache/calcite/rel/rel2sql/SqlImplementor.java | 32 ++++++++++++----------
 .../java/org/apache/calcite/sql/SqlDialect.java    | 23 ++++++++++++++++
 .../calcite/sql/dialect/BigQuerySqlDialect.java    |  9 ++++++
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java | 18 ++++++++++++
 5 files changed, 69 insertions(+), 16 deletions(-)