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 2020/01/08 03:29:35 UTC

[calcite] branch master updated (e63c252 -> 413fb37)

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 e63c252  [CALCITE-3663] Support for TRIM function in BigQuery Dialect
     add 413fb37  [CALCITE-3715] Add an interface to pass the table hints to RelOptTable

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/plan/RelOptTable.java  | 25 +++++++++++++++++++
 .../org/apache/calcite/plan/ViewExpanders.java     | 28 +++++++++++++++++++---
 .../calcite/prepare/CalciteMaterializer.java       |  2 +-
 .../apache/calcite/sql2rel/SqlToRelConverter.java  | 14 +++++------
 4 files changed, 58 insertions(+), 11 deletions(-)