You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2020/01/03 12:21:49 UTC

[calcite] branch master updated (8a7a339 -> 06ac187)

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

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


    omit 8a7a339  [CALCITE-3673] Skip creating EnumerableTableScan for TransientTable

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (06ac187)
            \
             O -- O -- O   (8a7a339)

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:
 .../adapter/enumerable/EnumerableRelImplementor.java       | 12 +-----------
 .../calcite/adapter/enumerable/EnumerableTableScan.java    | 14 --------------
 .../adapter/enumerable/EnumerableTableScanRule.java        |  8 +++++---
 .../java/org/apache/calcite/prepare/RelOptTableImpl.java   | 14 ++------------
 4 files changed, 8 insertions(+), 40 deletions(-)