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:33:30 UTC

[drill] branch 1.16.0 updated (8143f8e -> 6eedd93)

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

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


 discard 8143f8e  Revert DRILL-6642: Update protocol-buffers version
 discard b4a4e23  Revert "DRILL-7105: Error while building the Drill native client"
     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.
     new cbc6116  Revert "DRILL-7105: Error while building the Drill native client"
     new 6eedd93  Revert DRILL-6642: Update protocol-buffers version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8143f8e)
            \
             N -- N -- N   refs/heads/1.16.0 (6eedd93)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3564 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