This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
from 0213d8e77d DRILL-8227: JConnect and jTDS JDBC drivers do not implement
Connection::getSchema (#2551)
add c373476b28 DRILL-8209: Introduce rule for converting join with
distinct input to semi-join (#2533)
No new revisions were added by this update.
Summary of changes:
.../apache/drill/exec/planner/PlannerPhase.java | 3 +
.../apache/drill/exec/planner/RuleInstance.java | 8 +++
.../logical/DrillDistinctJoinToSemiJoinRule.java | 77 ++++++++++++++++++++++
.../exec/planner/logical/DrillSemiJoinRel.java | 12 +++-
4 files changed, 98 insertions(+), 2 deletions(-)
create mode 100644
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillDistinctJoinToSemiJoinRule.java