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

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


    from 7c35326  DRILL-6655: Require package declaration in files.
     new 024fd8a  DRILL-6645: Transform TopN in Lateral Unnest pipeline to Sort 
and Limit.
     new 11f3c33  DRILL-6654: Data verification failure with lateral unnest 
query having filter in and order by

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:
 .../impl/aggregate/StreamingAggTemplate.java       |   2 +
 .../drill/exec/planner/physical/AggPrelBase.java   |   2 +-
 .../drill/exec/planner/physical/FilterPrel.java    |   2 +-
 .../drill/exec/planner/physical/LimitPrel.java     |   2 +-
 .../apache/drill/exec/planner/physical/Prel.java   |   8 +-
 .../drill/exec/planner/physical/ProjectPrel.java   |   2 +-
 .../physical/SelectionVectorRemoverPrel.java       |   2 +-
 .../drill/exec/planner/physical/SortPrel.java      |   2 +-
 .../drill/exec/planner/physical/TopNPrel.java      |  18 ++-
 .../drill/exec/planner/physical/UnnestPrel.java    |   2 +-
 .../visitor/LateralUnnestRowIDVisitor.java         |   6 +-
 .../impl/agg/TestStreamingAggEmitOutcome.java      | 137 +++++++++++++++++++++
 12 files changed, 172 insertions(+), 13 deletions(-)

Reply via email to