arrow git commit: ARROW-246: [Java] UnionVector doesn't call allocateNew() when creating it's vectorType

2016-08-02 Thread adeneche
mmit/56835c33 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/56835c33 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/56835c33 Branch: refs/heads/master Commit: 56835c338f01aebcace01312e82431306e7fd578 Parents: 3a2dfba Author: adeneche Authored: Mon Aug 1 15:28:08 2016 -0

arrow git commit: ARROW-250: Fix for ARROW-246 may cause memory leaks

2016-08-05 Thread adeneche
git-wip-us.apache.org/repos/asf/arrow/tree/34e7f48c Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/34e7f48c Branch: refs/heads/master Commit: 34e7f48cb71428c4d78cf00d8fdf0045532d6607 Parents: 5df7d4d Author: adeneche Authored: Fri Aug 5 10:26:47 2016 -0700 Committer: adeneche Committed:

arrow git commit: ARROW-292: [Java] Upgrade Netty to 4.0.41

2016-09-16 Thread adeneche
wip-us.apache.org/repos/asf/arrow/tree/3487c2f0 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/3487c2f0 Branch: refs/heads/master Commit: 3487c2f0cdc2297a80ba3525c192745313b3da48 Parents: 6f99156 Author: adeneche Authored: Wed Sep 14 14:46:27 2016 -0700 Committer: adeneche Committed: Fri Sep 16

arrow git commit: ARROW-308: UnionListWriter.setPosition() should not call startList()

2016-09-28 Thread adeneche
git-wip-us.apache.org/repos/asf/arrow/tree/bd195e30 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/bd195e30 Branch: refs/heads/master Commit: bd195e304d82dcf6e2cea266b4d0871bd2b88564 Parents: 768c7d0 Author: adeneche Authored: Wed Sep 28 07:26:05 2016 -0700 Committer: adeneche Committed:

arrow git commit: ARROW-1084: Implementations of BufferAllocator should handle Netty's OutOfDirectMemoryError

2017-06-02 Thread adeneche
w/commit/ba97f343 Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/ba97f343 Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/ba97f343 Branch: refs/heads/master Commit: ba97f343f631138a51a1c337eebba83e03add454 Parents: 092afb6 Author: adeneche Authored: Fri Jun 2 10:22:52 2017 -0700 C

arrow git commit: ARROW-1162: Empty data vector transfer between list vectors should no…

2017-06-29 Thread adeneche
Repository: arrow Updated Branches: refs/heads/master bddb2197d -> 65558dbb9 ARROW-1162: Empty data vector transfer between list vectors should no… …t trigger callback @adeneche please review. Author: Sudheesh Katkam Closes #791 from sudheeshkatkam/ARROW-1162 and squashes