drill git commit: DRILL-3022: ensure sequential shutdown of drillbits

2015-05-11 Thread hg
Repository: drill Updated Branches: refs/heads/master 826fc5b9c - 84371eaee DRILL-3022: ensure sequential shutdown of drillbits Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/84371eae Tree:

[1/2] drill git commit: DRILL-2150: Create an abstraction for repeated value vectors.

2015-05-11 Thread hg
Repository: drill Updated Branches: refs/heads/master a3ec52a72 - 4689468ef http://git-wip-us.apache.org/repos/asf/drill/blob/4689468e/exec/java-exec/src/main/java/org/apache/drill/exec/vector/ValueVector.java -- diff --git

[1/2] drill git commit: DRILL-3027: Add convenience methods to test builder for creating nested baseline values

2015-05-11 Thread hg
Repository: drill Updated Branches: refs/heads/master a7359f36b - 27b4aae20 DRILL-3027: Add convenience methods to test builder for creating nested baseline values Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/c8769edc

drill git commit: DRILL-3071: fix memory leak in RecordBatchLoader#load

2015-05-14 Thread hg
Repository: drill Updated Branches: refs/heads/master 583ca4a95 - f7f6efc52 DRILL-3071: fix memory leak in RecordBatchLoader#load Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/f7f6efc5 Tree:

[2/4] drill git commit: DRILL-2447: Add already-closed checks to remaining ResultSet methods.

2015-06-24 Thread hg
http://git-wip-us.apache.org/repos/asf/drill/blob/4dc476d5/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2489CallsAfterCloseThrowExceptionsTest.java -- diff --git

[3/4] drill git commit: DRILL-2447: Add already-closed checks to remaining ResultSet methods.

2015-06-24 Thread hg
DRILL-2447: Add already-closed checks to remaining ResultSet methods. Extended coverage from just selected methods to all methods. Added wrapper methods checking state before delegating. (Couldn't implement at just a few choke points because Avatica makes them private and doesn't provide

[1/4] drill git commit: DRILL-2494: Have PreparedStmt. set-param. methods throw unsupported.

2015-06-24 Thread hg
Repository: drill Updated Branches: refs/heads/master 856b3d2a1 - c04789dc2 DRILL-2494: Have PreparedStmt. set-param. methods throw unsupported. Added (integration-level) unit test. Modified set-parameter methods to throw SQLFeatureNotSupportedException. (Intercepted common getParameter

[4/4] drill git commit: DRILL-3304: improve TypeHelper error messages when UnsupportedOprationException is thrown

2015-06-24 Thread hg
DRILL-3304: improve TypeHelper error messages when UnsupportedOprationException is thrown Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/064af807 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/064af807 Diff:

drill git commit: DRILL-2997: Remove references to groupCount from SerializedField

2015-06-15 Thread hg
Repository: drill Updated Branches: refs/heads/master 288c95223 - 68c933c75 DRILL-2997: Remove references to groupCount from SerializedField Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/68c933c7 Tree:

[2/3] drill git commit: DRILL-3243: Better error message when we use an alias in OVER clause

2015-07-06 Thread hg
DRILL-3243: Better error message when we use an alias in OVER clause Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1c9093e0 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/1c9093e0 Diff:

[1/3] drill git commit: DRILL-3445: BufferAllocator.buffer() implementations should throw an OutOfMemoryRuntimeException

2015-07-06 Thread hg
Repository: drill Updated Branches: refs/heads/master 0a27a033a - 48d8a59d1 DRILL-3445: BufferAllocator.buffer() implementations should throw an OutOfMemoryRuntimeException Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit:

[7/8] drill git commit: DRILL-2288: Fix ScanBatch violation of IterOutcome protocol and downstream chain of bugs.

2015-11-10 Thread hg
http://git-wip-us.apache.org/repos/asf/drill/blob/a0be3ae0/exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java -- diff --git

[8/8] drill git commit: DRILL-2288: Fix ScanBatch violation of IterOutcome protocol and downstream chain of bugs.

2015-11-10 Thread hg
DRILL-2288: Fix ScanBatch violation of IterOutcome protocol and downstream chain of bugs. Increments: 2288: Pt. 1 Core: Added unit test. [Drill2288GetColumnsMetadataWhenNoRowsTest, empty.json] 2288: Pt. 1 Core: Changed HBase test table #1's # of regions from 1 to 2. [HBaseTestsSuite]

[6/8] drill git commit: DRILL-3766: Fix ResultSet.getRow() (make 1-based; return 0 at end).

2015-11-10 Thread hg
DRILL-3766: Fix ResultSet.getRow() (make 1-based; return 0 at end). Corrected for Avatica's non-JDBC-compliant behavior. Also purged unused imports. Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/194680c5 Tree:

[2/8] drill git commit: DRILL-2769: Fix most non-SQLException not-supported-yet exceptions.

2015-11-10 Thread hg
DRILL-2769: Fix most non-SQLException not-supported-yet exceptions. Core: Added (auto-scanning) unit test. [Drill2769UnsupportedReportsUseSqlExceptionTest] Added translation of lots of UnsupportedOperationExceptions (and some RuntimeExceptions) from Avatica code to

[4/8] drill git commit: DRILL-2489: Throw exception from remaining methods for closed JDBC objects.

2015-11-10 Thread hg
http://git-wip-us.apache.org/repos/asf/drill/blob/daf816cb/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java -- diff --git a/exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillResultSetImpl.java

[1/8] drill git commit: DRILL-2769: Fix most non-SQLException not-supported-yet exceptions.

2015-11-10 Thread hg
Repository: drill Updated Branches: refs/heads/master e78e28661 -> a0be3ae0a http://git-wip-us.apache.org/repos/asf/drill/blob/e4f257b1/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2769UnsupportedReportsUseSqlExceptionTest.java

[5/8] drill git commit: DRILL-2489: Throw exception from remaining methods for closed JDBC objects.

2015-11-10 Thread hg
DRILL-2489: Throw exception from remaining methods for closed JDBC objects. Refactored unit test to check all methods per interface. (Replaced individual, static test methods with bulk reflection-based checking.) [Drill2489CallsAfterCloseThrowExceptionsTest] Added DrillResultSetMetaDataImpl.

[3/8] drill git commit: DRILL-2489: Throw exception from remaining methods for closed JDBC objects.

2015-11-10 Thread hg
http://git-wip-us.apache.org/repos/asf/drill/blob/daf816cb/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2489CallsAfterCloseThrowExceptionsTest.java -- diff --git

drill git commit: DRILL-4089: make JSON pretty printing configurable Use system dependent line-feed to seperate records when pretty printing is turned off refactor ExecConstants to eliminate unneeded

2015-11-17 Thread hg
Repository: drill Updated Branches: refs/heads/master e0c9b841d -> a6a0fc377 DRILL-4089: make JSON pretty printing configurable Use system dependent line-feed to seperate records when pretty printing is turned off refactor ExecConstants to eliminate unneeded modifier & accessor declarations

drill git commit: DRILL-3920: Additional tests added to TestValueVectors for serialization and loading. Some light cleanup of a few vector implementations.

2015-10-13 Thread hg
Repository: drill Updated Branches: refs/heads/master b4d47c56b -> 27364122c DRILL-3920: Additional tests added to TestValueVectors for serialization and loading. Some light cleanup of a few vector implementations. closes #194 Project: http://git-wip-us.apache.org/repos/asf/drill/repo

drill git commit: DRILL-4180: When clear() is called on BitVector, ensure valueCount is set to zero

2015-12-09 Thread hg
Repository: drill Updated Branches: refs/heads/master e822f9f59 -> 539cbba56 DRILL-4180: When clear() is called on BitVector, ensure valueCount is set to zero Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/539cbba5

drill git commit: DRILL-4187: introduce a new query state ENQUEUED and rename the state PENDING to STARTING

2015-12-22 Thread hg
Repository: drill Updated Branches: refs/heads/master ed0369b0a -> de008810c DRILL-4187: introduce a new query state ENQUEUED and rename the state PENDING to STARTING Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit:

drill git commit: DRILL-2618: handle queries over empty folders consistently so that they report table not found rather than failing. Refactor FileSelection to eliminate redundancy, make it more manag

2015-11-24 Thread hg
Repository: drill Updated Branches: refs/heads/master bd39d3002 -> 367d74a65 DRILL-2618: handle queries over empty folders consistently so that they report table not found rather than failing. Refactor FileSelection to eliminate redundancy, make it more managable Fix WorkspaceSchemaFactory to

drill git commit: DRILL-3171: handle concurrent Zookeeper node creation gracefully

2015-11-19 Thread hg
Repository: drill Updated Branches: refs/heads/master a6a0fc377 -> f7a0d38ea DRILL-3171: handle concurrent Zookeeper node creation gracefully Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/f7a0d38e Tree:

[drill] Git Push Summary

2016-02-04 Thread hg
Repository: drill Updated Branches: refs/heads/DRILL-4235 [created] 6a36a704b

drill git commit: DRILL-4235: record new state STARTING when state transitions to STARTING from ENQUEUED

2016-02-04 Thread hg
Repository: drill Updated Branches: refs/heads/master 6a36a704b -> cb1a0236f DRILL-4235: record new state STARTING when state transitions to STARTING from ENQUEUED Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/cb1a0236

[4/4] drill git commit: DRILL-4275: create TransientStore for short-lived objects; refactor PersistentStore to introduce pagination mechanism

2016-02-18 Thread hg
DRILL-4275: create TransientStore for short-lived objects; refactor PersistentStore to introduce pagination mechanism Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/8126927f Tree:

[2/4] drill git commit: DRILL-4275: create TransientStore for short-lived objects; refactor PersistentStore to introduce pagination mechanism

2016-02-18 Thread hg
http://git-wip-us.apache.org/repos/asf/drill/blob/8126927f/exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/EStoreProvider.java -- diff --git

drill git commit: DRILL-3488: Allow Java 1.8

2016-03-02 Thread hg
Repository: drill Updated Branches: refs/heads/master 84ce21c91 -> 5118d0cf5 DRILL-3488: Allow Java 1.8 Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/5118d0cf Tree: