drill-site git commit: minor edit

2018-01-18 Thread bridgetb
Repository: drill-site Updated Branches: refs/heads/asf-site 589b3552f -> bc41d8e02 minor edit Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/bc41d8e0 Tree:

drill git commit: minor edit

2018-01-18 Thread bridgetb
Repository: drill Updated Branches: refs/heads/gh-pages f416850a0 -> d5bc6b0ac minor edit Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/d5bc6b0a Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/d5bc6b0a Diff:

[16/18] drill git commit: DRILL-3993: Changes for CALCITE-2018

2018-01-18 Thread amansinha
DRILL-3993: Changes for CALCITE-2018 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/22d0f7e5 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/22d0f7e5 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/22d0f7e5

[02/18] drill git commit: DRILL-3993: Add check for OOM in HashAgg

2018-01-18 Thread amansinha
DRILL-3993: Add check for OOM in HashAgg Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/d06a7cbb Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/d06a7cbb Diff:

[08/18] drill git commit: DRILL-3993: Fix failed tests after Calcite update

2018-01-18 Thread amansinha
DRILL-3993: Fix failed tests after Calcite update - fix temporary table errors according to updated logic; - fixed errors when we trying to make select from hbase table with schema name in query (example: "SELECT row_key FROM hbase.TestTableNullStr) from hbase schema (did "USE hbase" before).

[10/18] drill git commit: DRILL-3993: Changes after code review.

2018-01-18 Thread amansinha
DRILL-3993: Changes after code review. Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/663518e8 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/663518e8 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/663518e8

[14/18] drill git commit: DRILL-3993: Resolve conflicts

2018-01-18 Thread amansinha
DRILL-3993: Resolve conflicts Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3f0e517f Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3f0e517f Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3f0e517f Branch:

[18/18] drill git commit: DRILL-3993: Fix typo in DrillRelBuilder Javadoc

2018-01-18 Thread amansinha
DRILL-3993: Fix typo in DrillRelBuilder Javadoc Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/9e944c97 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/9e944c97 Diff:

[12/18] drill git commit: DRILL-3993: Changes to support Calcite 1.13

2018-01-18 Thread amansinha
http://git-wip-us.apache.org/repos/asf/drill/blob/9fabb612/exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/TypeInferenceUtils.java -- diff --git

[04/18] drill git commit: DRILL-3993: Fix unit test failures connected with support Calcite 1.13

2018-01-18 Thread amansinha
DRILL-3993: Fix unit test failures connected with support Calcite 1.13 - Use root schema as default for describe table statement. Fix TestOpenTSDBPlugin.testDescribe() and TestInfoSchemaOnHiveStorage.varCharMaxLengthAndDecimalPrecisionInInfoSchema() unit tests. - Modify expected results for

[03/18] drill git commit: DRILL-3993: Fix aggregate exchange rules for the cases when aggregate rel node contains several calls

2018-01-18 Thread amansinha
DRILL-3993: Fix aggregate exchange rules for the cases when aggregate rel node contains several calls Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3c9093e3 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3c9093e3

[13/18] drill git commit: DRILL-3993: Changes to support Calcite 1.13

2018-01-18 Thread amansinha
DRILL-3993: Changes to support Calcite 1.13 - fixed all compiling errors (main changes were: Maven changes, chenges RelNode -> RelRoot, implementing some new methods from updated interfaces, chenges some literals, logger changes); - fixed unexpected column errors, validation errors and

[15/18] drill git commit: DRILL-3993: Add unit tests for DRILL-4469 & DRILL-5768

2018-01-18 Thread amansinha
DRILL-3993: Add unit tests for DRILL-4469 & DRILL-5768 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/90b5e639 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/90b5e639 Diff:

[11/18] drill git commit: DRILL-3993: Changes for CALCITE-2092

2018-01-18 Thread amansinha
DRILL-3993: Changes for CALCITE-2092 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/65806741 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/65806741 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/65806741

[01/18] drill git commit: DRILL-5089: Dynamically load schema of storage plugin only when needed for every query

2018-01-18 Thread amansinha
Repository: drill Updated Branches: refs/heads/master ef0fafea2 -> 9e944c97e DRILL-5089: Dynamically load schema of storage plugin only when needed for every query For each query, loading all storage plugins and loading all workspaces under file system plugins is not needed. This patch use

[07/18] drill git commit: DRILL-3993: Changes to support Calcite 1.15.

2018-01-18 Thread amansinha
DRILL-3993: Changes to support Calcite 1.15. Fix AssertionError: type mismatch for tests with aggregate functions. Fix VARIANCE agg function Remove using deprecated Subtype enum Fix 'Failure while loading table a in database hbase' error Fix 'Field ordinal 1 is invalid for type

[17/18] drill git commit: DRILL-3993: Changes after review:

2018-01-18 Thread amansinha
DRILL-3993: Changes after review: Moved checks for OOM into spillIfNeeded method to avoid excessive call of chooseAPartitionToFlush method. Ignored unit tests until DRILL-6018 is fixed. These failures appears because new Calcite tries to simplify expressions from the query when applying

[05/18] drill git commit: REVERTED: DRILL-5089

2018-01-18 Thread amansinha
REVERTED: DRILL-5089 Dynamically load schema of storage plugin only when needed for every query Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/450e6709 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/450e6709 Diff:

[09/18] drill git commit: DRILL-3993: Move Drill-specific commits 'CALCITE-628' and 'Drill-specific change: Add back AbstractConverter in RelSet.java' from Calcite into DRILL

2018-01-18 Thread amansinha
DRILL-3993: Move Drill-specific commits 'CALCITE-628' and 'Drill-specific change: Add back AbstractConverter in RelSet.java' from Calcite into DRILL Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/688e043b Tree: