arrow git commit: ARROW-1347: [JAVA] Return consistent child field name for List Vectors

2017-09-21 Thread smp
Repository: arrow Updated Branches: refs/heads/master c470c9c2d -> cfcee74ba ARROW-1347: [JAVA] Return consistent child field name for List Vectors This makes the child fields of ListVector have consistent names of `ListVector.DATA_VECTOR_NAME`. Previously, an empty ListVector would have a

[4/6] arrow git commit: ARROW-1110: [JAVA] make union vector naming consistent

2017-06-08 Thread smp
ARROW-1110: [JAVA] make union vector naming consistent Closes #746 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/1ba2c87a Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/1ba2c87a Diff:

[2/6] arrow git commit: ARROW-1108: [JAVA] Check if ArrowBuf is empty buffer in getActualConsumedMemory() and getPossibleConsumedMemory()

2017-06-08 Thread smp
ARROW-1108: [JAVA] Check if ArrowBuf is empty buffer in getActualConsumedMemory() and getPossibleConsumedMemory() Closes #744 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/6d71b8c4 Tree:

[6/6] arrow git commit: ARROW-1112: [JAVA] Set lastSet for VarLength and List vectors when loading

2017-06-08 Thread smp
ARROW-1112: [JAVA] Set lastSet for VarLength and List vectors when loading Closes #748 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/037d78dd Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/037d78dd Diff:

[3/6] arrow git commit: ARROW-1109: [JAVA] transferOwnership fails when readerIndex is not 0

2017-06-08 Thread smp
ARROW-1109: [JAVA] transferOwnership fails when readerIndex is not 0 Closes #745 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/9fe2123a Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/9fe2123a Diff:

[1/6] arrow git commit: ARROW-1107: [JAVA] Fix getField() for NullableMapVector

2017-06-08 Thread smp
Repository: arrow Updated Branches: refs/heads/master 8acc14c0b -> 037d78dda ARROW-1107: [JAVA] Fix getField() for NullableMapVector Closes #743 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/6c3024b5 Tree:

arrow git commit: ARROW-326: Include scale and precision when materializing decimal writer

2016-10-10 Thread smp
Repository: arrow Updated Branches: refs/heads/master fb799bc8f -> 8c8d341e1 ARROW-326: Include scale and precision when materializing decimal writer closes #166 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/8c8d341e

[1/2] arrow git commit: ARROW-312: Read and write Arrow IPC file format from Python

2016-10-10 Thread smp
Repository: arrow Updated Branches: refs/heads/arrow-326 [created] fb29195e0 ARROW-312: Read and write Arrow IPC file format from Python This also adds some IO scaffolding for interacting with `arrow::Buffer` objects from Python and assorted additions to help with testing. Author: Wes

[2/2] arrow git commit: ARROW-326: Include scale and precision when materializing decimal writer

2016-10-10 Thread smp
ARROW-326: Include scale and precision when materializing decimal writer closes #166 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/fb29195e Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/fb29195e Diff:

arrow git commit: ARROW-326: Initialize nested writers in MapWriter based on the underlying MapVector's field

2016-10-07 Thread smp
Repository: arrow Updated Branches: refs/heads/master 2d8e82056 -> 1196691e2 ARROW-326: Initialize nested writers in MapWriter based on the underlying MapVector's field Closes #163 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit:

arrow git commit: ARROW-265: Fix few decimal bugs

2016-08-19 Thread smp
Repository: arrow Updated Branches: refs/heads/master 282fcacc8 -> c2eb1612d ARROW-265: Fix few decimal bugs Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/c2eb1612 Tree:

[2/5] arrow git commit: ARROW-259: Use Flatbuffer Field type instead of MaterializedField

2016-08-18 Thread smp
http://git-wip-us.apache.org/repos/asf/arrow/blob/e7e399db/java/vector/src/main/java/org/apache/arrow/vector/complex/impl/SingleListReaderImpl.java -- diff --git

[1/5] arrow git commit: ARROW-259: Use Flatbuffer Field type instead of MaterializedField

2016-08-18 Thread smp
Repository: arrow Updated Branches: refs/heads/master 246a126b2 -> e7e399db5 http://git-wip-us.apache.org/repos/asf/arrow/blob/e7e399db/java/vector/src/main/java/org/apache/arrow/vector/util/DecimalUtility.java -- diff --git

[1/2] arrow git commit: Make BaseValueVector#MAX_ALLOCATION_SIZE configurable

2016-05-19 Thread smp
Repository: arrow Updated Branches: refs/heads/master e0fb3698e -> e316b3f76 Make BaseValueVector#MAX_ALLOCATION_SIZE configurable This closes #65 Some of the tests are based on the assumption that the JVM can allocate at least 2GB of memory, which is not a common occurence (JVM usually

[4/4] arrow git commit: ARROW-17: set some vector fields to package level access for Drill compatibility

2016-03-08 Thread smp
ARROW-17: set some vector fields to package level access for Drill compatibility Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/16500262 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/16500262 Diff:

[1/4] arrow git commit: ARROW-46: ListVector should initialize bits in allocateNew

2016-03-08 Thread smp
Repository: arrow Updated Branches: refs/heads/master 45cd9fd8d -> e822ea758 ARROW-46: ListVector should initialize bits in allocateNew Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/e822ea75 Tree:

[3/4] arrow git commit: ARROW-51: Add simple ValueVector tests

2016-03-08 Thread smp
ARROW-51: Add simple ValueVector tests Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/31def7d8 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/31def7d8 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/31def7d8

[2/4] arrow git commit: ARROW-18: Fix decimal precision and scale in MapWriters

2016-03-08 Thread smp
ARROW-18: Fix decimal precision and scale in MapWriters Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/243ed4e9 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/243ed4e9 Diff: