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.
from 5cbe435 Following CALCITE-3531, make CURRENT_TIMESTAMP be recognized
as constant in planner rules
add 2282b95 [CALCITE-3677] Add assertion to EnumerableTableScan
constructor to validate if the table is suitable for enumerable scan
No new revisions were added by this update.
Summary of changes:
.../enumerable/EnumerableRelImplementor.java | 12 ++++-
.../adapter/enumerable/EnumerableTableScan.java | 63 ++++++++++++++++++++--
.../enumerable/EnumerableTableScanRule.java | 8 +--
.../calcite/config/CalciteSystemProperty.java | 12 +++++
.../apache/calcite/prepare/RelOptTableImpl.java | 22 ++++++--
.../calcite/plan/volcano/TraitPropagationTest.java | 8 +--
.../apache/calcite/sql/validate/LexEscapeTest.java | 11 ++--
.../apache/calcite/test/ScannableTableTest.java | 5 +-
8 files changed, 112 insertions(+), 29 deletions(-)