[1/2] drill git commit: DRILL-5842: Refactor fragment, operator contexts

2017-11-13 Thread progers
Repository: drill Updated Branches: refs/heads/master 42fc11e53 -> c56de2f13 http://git-wip-us.apache.org/repos/asf/drill/blob/c56de2f1/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/xsort/managed/SorterWrapper.java

[2/2] drill git commit: DRILL-5842: Refactor fragment, operator contexts

2017-11-13 Thread progers
DRILL-5842: Refactor fragment, operator contexts This closes #978 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/c56de2f1 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/c56de2f1 Diff:

[2/2] drill git commit: DRILL-5832: Change OperatorFixture to use system option manager

2017-11-13 Thread arina
DRILL-5832: Change OperatorFixture to use system option manager - Rename FixtureBuilder to ClusterFixtureBuilder - Provide alternative way to reset system/session options - Fix for DRILL-5833: random failure in TestParquetWriter - Provide strict, but clear, errors for missing options closes #970

[1/2] drill git commit: DRILL-5832: Change OperatorFixture to use system option manager

2017-11-13 Thread arina
Repository: drill Updated Branches: refs/heads/master 3036d3700 -> 42fc11e53 http://git-wip-us.apache.org/repos/asf/drill/blob/42fc11e5/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/xsort/TestSortSpillWithException.java

[02/11] drill git commit: DRILL-5337: OpenTSDB storage plugin

2017-11-13 Thread arina
DRILL-5337: OpenTSDB storage plugin closes #774 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/496c97d1 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/496c97d1 Diff:

[11/11] drill git commit: DRILL-5795: Parquet Filter push down now work at rowgroup level

2017-11-13 Thread arina
DRILL-5795: Parquet Filter push down now work at rowgroup level Before this commit, the filter was pruning complete files. When a file is composed of multiple rowgroups, it was not able to prune one rowgroup from the file. Now, when the filter find that a rowgroup doesn't match it will be remove

[04/11] drill git commit: DRILL-5822: The query with "SELECT *" with "ORDER BY" clause and `planner.slice_target`=1 doesn't preserve column order

2017-11-13 Thread arina
DRILL-5822: The query with "SELECT *" with "ORDER BY" clause and `planner.slice_target`=1 doesn't preserve column order - The commit for DRILL-847 is oudated. There is no need to canonicalize the batch or container since RecordBatchLoader swallows the "schema change" for now if two batches

[06/11] drill git commit: DRILL-5896: Handle HBase columns vector creation in the HBaseRecordReader

2017-11-13 Thread arina
DRILL-5896: Handle HBase columns vector creation in the HBaseRecordReader closes #1005 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/dfd43d02 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/dfd43d02 Diff:

[07/11] drill git commit: DRILL-5899: Simple pattern matchers can work with DrillBuf directly

2017-11-13 Thread arina
DRILL-5899: Simple pattern matchers can work with DrillBuf directly closes #1015 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/df95709a Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/df95709a Diff:

[03/11] drill git commit: DRILL-5717: Let some test cases be Local or TimeZone independent.

2017-11-13 Thread arina
DRILL-5717: Let some test cases be Local or TimeZone independent. closes #904 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/17ca6181 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/17ca6181 Diff:

[01/11] drill git commit: DRILL-5337: OpenTSDB storage plugin

2017-11-13 Thread arina
Repository: drill Updated Branches: refs/heads/master 29e054769 -> 3036d3700 http://git-wip-us.apache.org/repos/asf/drill/blob/496c97d1/contrib/storage-opentsdb/src/main/java/org/apache/drill/exec/store/openTSDB/schema/OpenTSDBSchemaFactory.java

[08/11] drill git commit: DRILL-5909: Added new Counter metrics

2017-11-13 Thread arina
DRILL-5909: Added new Counter metrics closes #1019 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/99e4504f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/99e4504f Diff:

[10/11] drill git commit: DRILL-5923: Display name for query state

2017-11-13 Thread arina
DRILL-5923: Display name for query state closes #1021 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/30da051b Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/30da051b Diff:

[09/11] drill git commit: DRILL-5921: Display counter metrics in table

2017-11-13 Thread arina
DRILL-5921: Display counter metrics in table closes #1020 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/ed6c4bc8 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/ed6c4bc8 Diff:

[05/11] drill git commit: DRILL-5863: Sortable table incorrectly sorts fragments/time lexically

2017-11-13 Thread arina
DRILL-5863: Sortable table incorrectly sorts fragments/time lexically The DataTables jQuery library sorts data based on the value of the element in a column. However, since Drill publishes sortable items like fragment IDs and time durations as non-numeric text, the sorting is incorrect. This PR