This is an automated email from the ASF dual-hosted git repository.
volodymyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 91b5e4d DRILL-6606: Fixed bug in HashJoin that caused it not to
return OK_NEW_SCHEMA in some cases.
new aa6a898 DRILL-6574: Add option to push LIMIT(0) on top of SCAN (late
limit 0 optimization)
new 5f4eeb8 DRILL-6574: Code cleanup
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/drill/exec/ExecConstants.java | 3 +
.../planner/sql/handlers/DefaultSqlHandler.java | 3 +
.../planner/sql/handlers/FindLimit0Visitor.java | 124 ++++++++++++++++++++-
.../exec/server/options/SystemOptionManager.java | 1 +
.../java-exec/src/main/resources/drill-module.conf | 3 +-
.../java/org/apache/drill/TestPartitionFilter.java | 2 +
.../impl/limit/TestLateLimit0Optimization.java | 120 ++++++++++++++++++++
7 files changed, 249 insertions(+), 7 deletions(-)
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/limit/TestLateLimit0Optimization.java