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 b92f599 DRILL-6454: Native MapR DB plugin support for Hive MapR-DB json table
add 7b0c903 DRILL-6479: Support EMIT for the Hash Aggr
No new revisions were added by this update.
Summary of changes:
.../exec/physical/impl/aggregate/HashAggBatch.java | 26 +-
.../physical/impl/aggregate/HashAggTemplate.java | 116 +++--
.../physical/impl/aggregate/HashAggregator.java | 6 +-
.../org/apache/drill/exec/record/RecordBatch.java | 2 +-
.../physical/impl/agg/TestHashAggEmitOutcome.java | 476 +++++++++++++++++++++
.../impl/lateraljoin/TestE2EUnnestAndLateral.java | 44 ++
.../java/org/apache/drill/test/TestBuilder.java | 2 +-
.../src/test/resources/lateraljoin/with_nulls.json | 4 +
8 files changed, 634 insertions(+), 42 deletions(-)
create mode 100644 exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/agg/TestHashAggEmitOutcome.java
create mode 100644 exec/java-exec/src/test/resources/lateraljoin/with_nulls.json
|