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 be1b04d [CALCITE-3656] EnumerableNestedLoopJoin cost should account
for cost of inner restarts
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/master (9d3862c)
\
O -- O -- O (be1b04d)
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:
.../enumerable/EnumerableBatchNestedLoopJoin.java | 2 +-
.../enumerable/EnumerableNestedLoopJoin.java | 39 ++++++++++++--------
.../java/org/apache/calcite/test/JdbcTest.java | 11 +++---
.../apache/calcite/test/MaterializationTest.java | 38 ++++++++-----------
core/src/test/resources/sql/join.iq | 10 ++---
core/src/test/resources/sql/misc.iq | 12 +++---
core/src/test/resources/sql/some.iq | 4 +-
core/src/test/resources/sql/sub-query.iq | 43 ++++++++++------------
8 files changed, 78 insertions(+), 81 deletions(-)