You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by so...@apache.org on 2019/04/18 06:22:38 UTC

[drill] branch master updated (494c206 -> 162c038)

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

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


    from 494c206  DRILL-7165: Redundant Checksum calculating for ASC files
     new 6693d9b  DRILL-7182: Incorrect access specifier for Join DrillRelMdDistinctRowCount
     new 162c038  DRILL-7183: TPCDS query 10, 35, 69 take longer with sf 1000 when Statistics are disabled. This commit reverts the changes done for DRILL-6997.

The 3562 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:
 .../apache/drill/exec/planner/PlannerPhase.java    |  13 +-
 .../planner/cost/DrillRelMdDistinctRowCount.java   |  10 +-
 .../exec/planner/cost/DrillRelMdRowCount.java      |   1 +
 .../exec/planner/logical/DrillSemiJoinRel.java     |  56 +------
 .../exec/planner/logical/DrillSemiJoinRule.java    | 183 ---------------------
 .../drill/exec/planner/physical/JoinPrel.java      |  58 ++++++-
 .../planner/sql/handlers/DefaultSqlHandler.java    |  10 +-
 .../exec/physical/impl/join/TestSemiJoin.java      |  25 +--
 8 files changed, 70 insertions(+), 286 deletions(-)
 delete mode 100644 exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillSemiJoinRule.java