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 c

arrow git commit: ARROW-276: [JAVA] Nullable Vectors should extend BaseValueVector and not Bas…

2017-07-28 Thread smp
Repository: arrow Updated Branches: refs/heads/master 1dd0f5f58 -> 05af6400d ARROW-276: [JAVA] Nullable Vectors should extend BaseValueVector and not Bas… Fixing the inheritance tree: Nullable Vectors do not use "ArrowBuf data" field in BaseDataValueVector. Therefore, they should extend Ba

arrow git commit: ARROW-1267: [Java] Handle zero length case in BitVector.splitAndTransfer

2017-07-28 Thread smp
Repository: arrow Updated Branches: refs/heads/master 3b14765e8 -> 1dd0f5f58 ARROW-1267: [Java] Handle zero length case in BitVector.splitAndTransfer @jacques-n @StevenMPhillips PR for the change: https://github.com/dremio/arrow/commit/b794dfa5fe209cf8e3c17cb828964a0a0863c1f8 A new unit tes

[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: http://git-wip-us.apache.org/r

[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: http://git-wip-us.apache.org/repos/

[5/6] arrow git commit: ARROW-1111: [JAVA] Make aligning buffers optional, and allow -1 for unknown null count

2017-06-08 Thread smp
ARROW-: [JAVA] Make aligning buffers optional, and allow -1 for unknown null count Closes #747 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/68b2cc61 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/68b2cc61 Dif

[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: http://git

[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: http://git-wip-u

[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: http://git-wi

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 Tr

[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 McKinn

[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: http://git-w

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: http://git-wip-us.apache.org/repos/asf/arro

arrow git commit: ARROW-269: Include typeVector buffers UnionVector.getBuffers()

2016-08-22 Thread smp
Repository: arrow Updated Branches: refs/heads/master 8960a2ed4 -> ec51d5667 ARROW-269: Include typeVector buffers UnionVector.getBuffers() Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/ec51d566 Tree: http://git-wip-us.a

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: http://git-wip-us.apache.org/repos/asf/arrow/tree/

arrow git commit: ARROW-265: Pad negative decimal values with1

2016-08-19 Thread smp
Repository: arrow Updated Branches: refs/heads/master fd2e52491 -> 282fcacc8 ARROW-265: Pad negative decimal values with1 Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/282fcacc Tree: http://git-wip-us.apache.org/repos/as

arrow git commit: Revert version to 0.1-SNAPSHOT

2016-08-18 Thread smp
Repository: arrow Updated Branches: refs/heads/master e7e399db5 -> fd2e52491 Revert version to 0.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/fd2e5249 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/f

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

2016-08-18 Thread smp
ARROW-259: Use Flatbuffer Field type instead of MaterializedField Remove MaterializedField, MajorType, RepeatedTypes Add code to convert from FlatBuf representation to Pojo also adds tests to test the conversion Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-

[3/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/AbstractMapVector.java -- diff --git a/java/vector/src/main/java/org/apache/arrow/vector/complex/AbstractMapVecto

[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 a/java/vector/src/main/java/org/apache/arrow/vector/complex/impl/Sin

[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 a

[4/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/codegen/templates/MapWriters.java -- diff --git a/java/vector/src/main/codegen/templates/MapWriters.java b/java/vector/src/main/codegen/templates/MapW

arrow git commit: ARROW-241: Add missing implementation for splitAndTransfer in UnionVector

2016-07-19 Thread smp
Repository: arrow Updated Branches: refs/heads/master 59e5f9806 -> a2fb756a4 ARROW-241: Add missing implementation for splitAndTransfer in UnionVector Use simple implementation that actually just copies Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apac

arrow git commit: Add java support to Travis CI

2016-05-20 Thread smp
Repository: arrow Updated Branches: refs/heads/master e316b3f76 -> 703546787 Add java support to Travis CI Add java support to Travis CI using oracle JDK7 on a Linux host. Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/7

[2/2] arrow git commit: Fix BaseAllocator.java NPE when assertions are disabled

2016-05-19 Thread smp
Fix BaseAllocator.java NPE when assertions are disabled This closes #64 When verifying memory using verifyAllocator() method, BaseAllocator throws NPE if assertions are disabled. Fixing this issue by checking first if assertion are disabled Project: http://git-wip-us.apache.org/repos/asf/arrow

[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 defau

[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: http://git-wip-us

[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: http://git-wip-us.apach

[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: http://git-wip-us.apache.org/repos/asf/arr