[15/17] drill git commit: DRILL-6114: Metadata revisions

2018-03-03 Thread arina
http://git-wip-us.apache.org/repos/asf/drill/blob/cf2478f7/exec/vector/src/main/java/org/apache/drill/exec/record/metadata/VariantMetadata.java -- diff --git a/exec/vector/src/main/java/org/apache/drill/exec/record/metadata/Varian

[13/17] drill git commit: DRILL-6180: Use System Option "output_batch_size" for External Sort

2018-03-03 Thread arina
DRILL-6180: Use System Option "output_batch_size" for External Sort closes #1129 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4ee207bd Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4ee207bd Diff: http://git-wip-u

[03/17] drill git commit: DRILL-6195: Quering Hive non-partitioned transactional tables via Drill

2018-03-03 Thread arina
DRILL-6195: Quering Hive non-partitioned transactional tables via Drill closes #1140 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/6bf04ecc Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/6bf04ecc Diff: http://git-w

[17/17] drill git commit: DRILL-6114: Metadata revisions

2018-03-03 Thread arina
DRILL-6114: Metadata revisions Support for union vectors, list vectors, repeated list vectors. Refactored metadata classes. closes #1112 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/cf2478f7 Tree: http://git-wip-us.apach

[10/17] drill git commit: DRILL-6185: Fixed error while displaying system profiles via the Web-UI

2018-03-03 Thread arina
DRILL-6185: Fixed error while displaying system profiles via the Web-UI The bug lies in the absence of a text plan for profiles related to system queries: e.g. {code:sql} use dfs.tmp; show tables; alter session reset all; {code} This addresses that by ensuring an empty string is substituted and t

[06/17] drill git commit: DRILL-6190: Fix handling of packets longer than legally allowed

2018-03-03 Thread arina
DRILL-6190: Fix handling of packets longer than legally allowed closes #1133 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/57e5ab26 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/57e5ab26 Diff: http://git-wip-us.ap

[08/17] drill git commit: DRILL-6191: Add acknowledgement sequence number and flags fields, details for flags

2018-03-03 Thread arina
DRILL-6191: Add acknowledgement sequence number and flags fields, details for flags closes #1134 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/40894225 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/40894225 Diff:

[05/17] drill git commit: DRILL-6174: Parquet filter pushdown improvements.

2018-03-03 Thread arina
DRILL-6174: Parquet filter pushdown improvements. Added support IS [NOT] NULL/TRUE/FALSE operator for the parquet filter pushdown. Added timestamp/date/time implicit/explicit casts. closes #1131 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repo

[16/17] drill git commit: DRILL-6114: Metadata revisions

2018-03-03 Thread arina
http://git-wip-us.apache.org/repos/asf/drill/blob/cf2478f7/exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/xsort/managed/SortTestUtilities.java -- diff --git a/exec/java-exec/src/test/java/org/apache/drill/exec/ph

[01/17] drill git commit: DRILL-5994: Enable configuring number of Jetty acceptors and selectors (default to 1 acceptor and 2 selectors)

2018-03-03 Thread arina
Repository: drill Updated Branches: refs/heads/master 9073aed67 -> cf2478f7a DRILL-5994: Enable configuring number of Jetty acceptors and selectors (default to 1 acceptor and 2 selectors) closes #1148 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apach

[11/17] drill git commit: DRILL-6197: Skip duplicate entry for OperatorStats

2018-03-03 Thread arina
DRILL-6197: Skip duplicate entry for OperatorStats org.apache.drill.exec.ops.FragmentStats should skip injecting the org.apache.drill.exec.ops.OperatorStats instance for these operators: org.apache.drill.exec.proto.beans.CoreOperatorType.SCREEN org.apache.drill.exec.proto.beans.CoreOperatorType.S

[12/17] drill git commit: DRILL-6099: Push limit past flatten(project) without pushdown into scan

2018-03-03 Thread arina
DRILL-6099: Push limit past flatten(project) without pushdown into scan closes #1096 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/6a55b2b2 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/6a55b2b2 Diff: http://git-w

[09/17] drill git commit: DRILL-6188: Fix C++ client build on Centos7, OS X

2018-03-03 Thread arina
DRILL-6188: Fix C++ client build on Centos7, OS X closes #1132 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/a3b0bf59 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a3b0bf59 Diff: http://git-wip-us.apache.org/repos

[04/17] drill git commit: DRILL-6204: Pass tables columns without partition columns to empty Hive reader

2018-03-03 Thread arina
DRILL-6204: Pass tables columns without partition columns to empty Hive reader closes #1146 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1697e531 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/1697e531 Diff: http:

[02/17] drill git commit: DRILL-6205: Reduce memory consumption of testFlattenUpperLimit test

2018-03-03 Thread arina
DRILL-6205: Reduce memory consumption of testFlattenUpperLimit test closes #1147 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/41125360 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/41125360 Diff: http://git-wip-u

[14/17] drill git commit: DRILL-6153: Operator framework

2018-03-03 Thread arina
DRILL-6153: Operator framework closes #1121 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/69a5f3a9 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/69a5f3a9 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/69a

[07/17] drill git commit: DRILL-6198: OpenTSDB unit tests fail when Lilith client is running

2018-03-03 Thread arina
DRILL-6198: OpenTSDB unit tests fail when Lilith client is running closes #1142 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4bd3cc29 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4bd3cc29 Diff: http://git-wip-us