[4/7] drill git commit: DRILL-6130: Fix NPE during physical plan submission for various storage plugins

2018-02-19 Thread vitalii
DRILL-6130: Fix NPE during physical plan submission for various storage plugins 1. Fixed ser / de issues for Hive, Kafka, Hbase plugins. 2. Added physical plan submission unit test for all storage plugins in contrib module. 3. Refactoring. closes #1108 Project:

[6/7] drill git commit: DRILL-6089: Removed ordering trait from HashJoin in planner and verified the planner does not assume HashJoin preserves ordering.

2018-02-19 Thread vitalii
DRILL-6089: Removed ordering trait from HashJoin in planner and verified the planner does not assume HashJoin preserves ordering. closes #1117 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/24a7acd4 Tree:

[1/7] drill git commit: DILL-6148: TestSortSpillWithException is sometimes failing.

2018-02-19 Thread vitalii
Repository: drill Updated Branches: refs/heads/master 23042dec6 -> 894c0f58e DILL-6148: TestSortSpillWithException is sometimes failing. closes #1120 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/5d4fbd1e Tree:

[7/7] drill git commit: DRILL-6164: Heap memory leak during parquet scan and OOM

2018-02-19 Thread vitalii
DRILL-6164: Heap memory leak during parquet scan and OOM closes #1122 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/894c0f58 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/894c0f58 Diff:

[2/7] drill git commit: DRILL-6143: Made FragmentsRunner's rpc timeout larger to reduce random failures and made it configurable as a SystemOption.

2018-02-19 Thread vitalii
DRILL-6143: Made FragmentsRunner's rpc timeout larger to reduce random failures and made it configurable as a SystemOption. closes #1119 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/33149059 Tree:

[3/7] drill git commit: DRILL-6140: Correctly list Operators in Profiles Page

2018-02-19 Thread vitalii
DRILL-6140: Correctly list Operators in Profiles Page Operators listed in Profiles Page don't always correspond with operator specified in Physical Plan. This commit fixes that by using the PhysicalPlan as a reference, but reverts to the inferred names in the event of an Exchange-based operator