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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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/
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo