This is an automated email from the ASF dual-hosted git repository.
boaz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 3b34f0d DRILL-6498: Support for EMIT outcome in ExternalSortBatch
new 02255d8 DRILL-6512: Remove unnecessary processing overhead from
RecordBatchSizer
new 140d09e DRILL-6539: Record count not set for this vector container
error
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:
.../physical/impl/aggregate/HashAggTemplate.java | 4 +-
.../exec/physical/impl/common/HashPartition.java | 2 +-
.../physical/impl/common/HashTableTemplate.java | 3 +-
.../physical/impl/flatten/FlattenRecordBatch.java | 2 +-
.../exec/physical/impl/xsort/managed/SortImpl.java | 10 +-
.../drill/exec/record/JoinBatchMemoryManager.java | 7 +-
.../exec/record/RecordBatchMemoryManager.java | 12 ++-
.../apache/drill/exec/record/RecordBatchSizer.java | 120 ++++++++++++---------
.../exec/physical/unit/TestOutputBatchSize.java | 2 +-
.../org/apache/drill/test/DrillTestWrapper.java | 2 +-
.../drill/test/rowSet/AbstractSingleRowSet.java | 2 +-
.../apache/drill/test/rowSet/IndirectRowSet.java | 2 +-
12 files changed, 97 insertions(+), 71 deletions(-)