[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-31 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/822#discussion_r119519134 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java --- @@ -266,17 +508,138 @@ public void

[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-31 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/822#discussion_r119518393 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java --- @@ -266,17 +508,138 @@ public void

[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-31 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/822#discussion_r119518069 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java --- @@ -266,17 +508,138 @@ public void

[jira] [Created] (DRILL-5560) Create configuration file for distribution specific configuration

2017-05-31 Thread Padma Penumarthy (JIRA)
Padma Penumarthy created DRILL-5560: --- Summary: Create configuration file for distribution specific configuration Key: DRILL-5560 URL: https://issues.apache.org/jira/browse/DRILL-5560 Project:

[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-31 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/822#discussion_r119500755 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java --- @@ -266,17 +508,138 @@ public void

[GitHub] drill pull request #847: Drill 5545: Update POM to add support for running f...

2017-05-31 Thread parthchandra
GitHub user parthchandra opened a pull request: https://github.com/apache/drill/pull/847 Drill 5545: Update POM to add support for running findbugs Also fix some issues reported by findbugs in the Async Parquet Reader You can merge this pull request into a Git repository by

[GitHub] drill pull request #822: DRILL-5457: Spill implementation for Hash Aggregate

2017-05-31 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/822#discussion_r119481421 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/aggregate/HashAggTemplate.java --- @@ -266,17 +508,138 @@ public void

[jira] [Created] (DRILL-5559) Incorrect query result when querying json files with schema change

2017-05-31 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-5559: - Summary: Incorrect query result when querying json files with schema change Key: DRILL-5559 URL: https://issues.apache.org/jira/browse/DRILL-5559 Project: Apache Drill

[GitHub] drill issue #831: DRILL-5432: Added pcap-format support

2017-05-31 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/831 The contrib directory is where we have, in the past, added new storage and format plugins that are new and may not have been sufficiently tested. For this plugin, I think testing with pcap

[GitHub] drill issue #846: DRILL-5544: Out of heap running CTAS against text delimite...

2017-05-31 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/846 Another critical issue here. Direct memory is not a limitless resource, unfortunately. Allocating memory larger than 16 MB causes memory fragmentation as the allocation must come from the system,