This is an automated email from the ASF dual-hosted git repository.
parthc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from b0314a3 DRILL-6583: Add space between pagination links in Profiles
(WebUI) list
new 7655ec4 DRILL-6516: Fix memory leak issue with Sort and StreamingAgg
together
new a77fd14 DRILL-6516: EMIT support in streaming agg
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/StreamingAggBatch.java | 274 ++++++---
.../impl/aggregate/StreamingAggTemplate.java | 425 +++++++++-----
.../impl/aggregate/StreamingAggregator.java | 30 +-
.../impl/xsort/managed/ExternalSortBatch.java | 54 +-
.../impl/agg/TestStreamingAggEmitOutcome.java | 614 +++++++++++++++++++++
.../impl/lateraljoin/TestE2EUnnestAndLateral.java | 63 +++
6 files changed, 1226 insertions(+), 234 deletions(-)
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/agg/TestStreamingAggEmitOutcome.java