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

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


    from f4f4dc5  DRILL-4525: Code cleanup
     new dc1db98  DRILL-6348: Received batches are now owned by the receive 
operators instead of the parent
     new b7d259b  DRILL-6418: Handle Schema change in Unnest And Lateral for 
unnest field / non-unnest field
     new 0029097  DRILL-5305: Query Profile must display Query ID
     new 82e1a12  DRILL-6423: Export query result as a CSV file

The 4 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/ops/FragmentContextImpl.java |   5 +-
 .../exec/physical/impl/MergingReceiverCreator.java |   2 +-
 .../exec/physical/impl/join/LateralJoinBatch.java  |  45 +--
 .../impl/mergereceiver/MergingRecordBatch.java     |   3 +
 .../physical/impl/project/ProjectRecordBatch.java  |   2 +-
 .../physical/impl/unnest/UnnestRecordBatch.java    |   6 +-
 .../unorderedreceiver/UnorderedReceiverBatch.java  |   3 +
 .../UnorderedReceiverCreator.java                  |   2 +-
 .../org/apache/drill/exec/record/BatchSchema.java  |  27 +-
 .../apache/drill/exec/record/VectorContainer.java  |   9 +
 .../drill/exec/server/rest/QueryResources.java     |   6 +
 .../drill/exec/server/rest/QueryWrapper.java       |  12 +-
 .../exec/server/rest/profile/ProfileWrapper.java   |   2 +-
 .../exec/work/batch/AbstractDataCollector.java     |  17 +
 .../drill/exec/work/batch/DataCollector.java       |  14 +-
 .../drill/exec/work/batch/IncomingBuffers.java     |  10 +-
 .../apache/drill/exec/work/user/UserWorker.java    |   5 +-
 .../src/main/resources/rest/profile/profile.ftl    |   2 +-
 .../src/main/resources/rest/query/result.ftl       |  71 +++-
 .../impl/join/TestLateralJoinCorrectness.java      | 252 ++++++++++++-
 .../impl/limit/TestLimitBatchEmitOutcome.java      |   3 +
 .../impl/project/TestProjectEmitOutcome.java       |   3 +
 .../unnest/TestUnnestWithLateralCorrectness.java   |   8 +-
 .../drill/exec/record/MaterializedField.java       |  43 ++-
 .../exec/vector/complex/AbstractMapVector.java     |   3 +
 .../drill/exec/proto/SchemaUserBitShared.java      |   7 +
 .../org/apache/drill/exec/proto/UserBitShared.java | 412 ++++++++++++++-------
 .../org/apache/drill/exec/proto/beans/QueryId.java |  22 ++
 protocol/src/main/protobuf/UserBitShared.proto     |   1 +
 29 files changed, 801 insertions(+), 196 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ar...@apache.org.

Reply via email to