[jira] [Resolved] (ARROW-7177) [Java] Provide a utility to improve the performance of vector loading/unloading

2019-12-11 Thread Siddharth Teotia (Jira)
[ https://issues.apache.org/jira/browse/ARROW-7177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-7177. - Resolution: Fixed > [Java] Provide a utility to improve the performance of vector > load

[jira] [Resolved] (ARROW-3859) [Java] Fix ComplexWriter backward incompatible change

2018-11-27 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-3859. - Resolution: Fixed > [Java] Fix ComplexWriter backward incompatible change > -

[jira] [Commented] (ARROW-3859) [Java] Fix ComplexWriter backward incompatible change

2018-11-27 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700787#comment-16700787 ] Siddharth Teotia commented on ARROW-3859: - Resolved by PR: https://github.com/apa

[jira] [Resolved] (ARROW-1807) [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers

2018-12-14 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1807. - Resolution: Fixed > [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers > ---

[jira] [Resolved] (ARROW-4147) [JAVA] Reduce heap usage for variable width vectors

2019-01-08 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-4147. - Resolution: Fixed Fix Version/s: 0.12.0 > [JAVA] Reduce heap usage for variable wi

[jira] [Resolved] (ARROW-4468) [Rust] Implement BitAnd/BitOr for &Buffer (with SIMD)

2019-02-12 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-4468. - Resolution: Fixed > [Rust] Implement BitAnd/BitOr for &Buffer (with SIMD) > -

[jira] [Assigned] (ARROW-3191) [Java] Add support for ArrowBuf to point to arbitrary memory.

2019-02-12 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia reassigned ARROW-3191: --- Assignee: Siddharth Teotia > [Java] Add support for ArrowBuf to point to arbitrary m

[jira] [Resolved] (ARROW-4539) [Java]List vector child value count not set correctly

2019-02-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-4539. - Resolution: Fixed > [Java]List vector child value count not set correctly > -

[jira] [Updated] (ARROW-4539) [Java]List vector child value count not set correctly

2019-02-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-4539: Component/s: Java > [Java]List vector child value count not set correctly > ---

[jira] [Commented] (ARROW-3191) [Java] Add support for ArrowBuf to point to arbitrary memory.

2019-03-11 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790205#comment-16790205 ] Siddharth Teotia commented on ARROW-3191: - Sorry [~wesmckinn] and [~jnadeau], I h

[jira] [Resolved] (ARROW-5249) Java Flight client doesn't handle auth correctly in some cases

2019-05-03 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-5249. - Resolution: Fixed > Java Flight client doesn't handle auth correctly in some cases >

[jira] [Assigned] (ARROW-61) [Java] Method can return the value bigger than long MAX_VALUE

2019-05-09 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia reassigned ARROW-61: - Assignee: Ji Liu > [Java] Method can return the value bigger than long MAX_VALUE > ---

[jira] [Resolved] (ARROW-61) [Java] Method can return the value bigger than long MAX_VALUE

2019-05-09 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-61. --- Resolution: Fixed Fix Version/s: 0.14.0 > [Java] Method can return the value bigger than

[jira] [Resolved] (ARROW-1472) [JAVA] Design updated ValueVector Object Hierarchy

2017-11-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1472. - Resolution: Fixed > [JAVA] Design updated ValueVector Object Hierarchy > -

[jira] [Created] (ARROW-1807) [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers

2017-11-13 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1807: --- Summary: [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers Key: ARROW-1807 URL: https://issues.apache.org/jira/browse/ARROW-1807 Project: Apache Arrow

[jira] [Updated] (ARROW-1807) [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers

2017-11-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1807: Issue Type: Improvement (was: Bug) > [JAVA] Reduce Heap Usage (Phase 3): consolidate buffer

[jira] [Commented] (ARROW-1476) [JAVA] Implement final ValueVector updates

2017-11-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16250272#comment-16250272 ] Siddharth Teotia commented on ARROW-1476: - 3rd patch for java-vector-refactor bran

[jira] [Resolved] (ARROW-1717) [Java] Remove public static helper method in vector classes for JSONReader/Writer

2017-11-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1717. - Resolution: Fixed > [Java] Remove public static helper method in vector classes for > JSO

[jira] [Commented] (ARROW-1717) [Java] Remove public static helper method in vector classes for JSONReader/Writer

2017-11-13 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16250846#comment-16250846 ] Siddharth Teotia commented on ARROW-1717: - Resolved by PR https://github.com/apach

[jira] [Created] (ARROW-1813) Enforce checkstyle failure in JAVA build and fix all checkstyle

2017-11-14 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1813: --- Summary: Enforce checkstyle failure in JAVA build and fix all checkstyle Key: ARROW-1813 URL: https://issues.apache.org/jira/browse/ARROW-1813 Project: Apache

[jira] [Commented] (ARROW-1819) [Java] Remove legacy classes

2017-11-15 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16254192#comment-16254192 ] Siddharth Teotia commented on ARROW-1819: - I have already done this as part of ARR

[jira] [Resolved] (ARROW-1819) [Java] Remove legacy classes

2017-11-15 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1819. - Resolution: Fixed FIxed as part of https://github.com/apache/arrow/pull/1316 > [Java] Rem

[jira] [Resolved] (ARROW-1476) [JAVA] Implement final ValueVector updates

2017-11-15 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1476. - Resolution: Fixed Resolved by https://github.com/apache/arrow/pull/1316 > [JAVA] Implemen

[jira] [Created] (ARROW-1826) [JAVA] Avoid branching at cell level (copyFrom)

2017-11-16 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1826: --- Summary: [JAVA] Avoid branching at cell level (copyFrom) Key: ARROW-1826 URL: https://issues.apache.org/jira/browse/ARROW-1826 Project: Apache Arrow Is

[jira] [Commented] (ARROW-1655) [Java] Add Scale and Precision to ValueVectorTypes.tdd for Decimals

2017-11-28 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269166#comment-16269166 ] Siddharth Teotia commented on ARROW-1655: - This is not needed anymore. > [Java] A

[jira] [Resolved] (ARROW-1655) [Java] Add Scale and Precision to ValueVectorTypes.tdd for Decimals

2017-11-28 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1655. - Resolution: Won't Fix > [Java] Add Scale and Precision to ValueVectorTypes.tdd for Decimal

[jira] [Created] (ARROW-1876) Transfer validity vector buffer data word at a time (currently we do byte at a time)

2017-12-01 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1876: --- Summary: Transfer validity vector buffer data word at a time (currently we do byte at a time) Key: ARROW-1876 URL: https://issues.apache.org/jira/browse/ARROW-1876

[jira] [Updated] (ARROW-1876) Transfer validity buffer data word at a time (currently we do byte at a time)

2017-12-01 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1876: Issue Type: Improvement (was: Bug) > Transfer validity buffer data word at a time (currentl

[jira] [Updated] (ARROW-1876) Transfer validity buffer data word at a time (currently we do byte at a time)

2017-12-01 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1876: Summary: Transfer validity buffer data word at a time (currently we do byte at a time) (was

[jira] [Created] (ARROW-1922) Blog post on recent improvements/changes in JAVA Vectors

2017-12-13 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1922: --- Summary: Blog post on recent improvements/changes in JAVA Vectors Key: ARROW-1922 URL: https://issues.apache.org/jira/browse/ARROW-1922 Project: Apache Arrow

[jira] [Created] (ARROW-1939) Correct links in release 0.8 blog post

2017-12-19 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1939: --- Summary: Correct links in release 0.8 blog post Key: ARROW-1939 URL: https://issues.apache.org/jira/browse/ARROW-1939 Project: Apache Arrow Issue Type:

[jira] [Resolved] (ARROW-1939) Correct links in release 0.8 blog post

2017-12-20 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1939. - Resolution: Fixed Fix Version/s: 0.8.0 Issue resolved by pull request 1436 [https:/

[jira] [Created] (ARROW-1943) Handle setInitialCapacity() for deeply nested lists of lists

2017-12-20 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1943: --- Summary: Handle setInitialCapacity() for deeply nested lists of lists Key: ARROW-1943 URL: https://issues.apache.org/jira/browse/ARROW-1943 Project: Apache Arro

[jira] [Updated] (ARROW-1943) Handle setInitialCapacity() for deeply nested lists of lists

2017-12-20 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1943: Description: The current implementation of setInitialCapacity() uses a factor of 5 for every

[jira] [Resolved] (ARROW-1943) Handle setInitialCapacity() for deeply nested lists of lists

2017-12-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1943. - Resolution: Fixed Fix Version/s: 0.9.0 Issue resolved by pull request 1439 [https:/

[jira] [Created] (ARROW-1946) Add APIs to decimal vector for writing big endian data

2017-12-22 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1946: --- Summary: Add APIs to decimal vector for writing big endian data Key: ARROW-1946 URL: https://issues.apache.org/jira/browse/ARROW-1946 Project: Apache Arrow

[jira] [Updated] (ARROW-1943) Handle setInitialCapacity() for deeply nested lists of lists

2017-12-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1943: Component/s: Java - Vectors > Handle setInitialCapacity() for deeply nested lists of lists >

[jira] [Updated] (ARROW-1946) Add APIs to decimal vector for writing big endian data

2017-12-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1946: Component/s: Java - Vectors > Add APIs to decimal vector for writing big endian data > -

[jira] [Resolved] (ARROW-1946) Add APIs to decimal vector for writing big endian data

2017-12-30 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1946. - Resolution: Fixed Fix Version/s: 0.9.0 Issue resolved by pull request 1443 [https:/

[jira] [Created] (ARROW-2001) Add getInitReservation() to BufferAllocator interface similar to getLimit(), getHeadRoom() APIs

2018-01-16 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-2001: --- Summary: Add getInitReservation() to BufferAllocator interface similar to getLimit(), getHeadRoom() APIs Key: ARROW-2001 URL: https://issues.apache.org/jira/browse/ARROW-200

[jira] [Created] (ARROW-2019) Control the memory allocated for inner vector in LIST

2018-01-23 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-2019: --- Summary: Control the memory allocated for inner vector in LIST Key: ARROW-2019 URL: https://issues.apache.org/jira/browse/ARROW-2019 Project: Apache Arrow

[jira] [Resolved] (ARROW-2019) Control the memory allocated for inner vector in LIST

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-2019. - Resolution: Fixed > Control the memory allocated for inner vector in LIST > --

[jira] [Updated] (ARROW-2019) Control the memory allocated for inner vector in LIST

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-2019: Fix Version/s: 0.9.0 > Control the memory allocated for inner vector in LIST > -

[jira] [Updated] (ARROW-2019) Control the memory allocated for inner vector in LIST

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-2019: Component/s: Java - Vectors > Control the memory allocated for inner vector in LIST > --

[jira] [Created] (ARROW-2199) Follow up fixes for ARROW-2019. Ensure density driven capacity is never less than 1 and propagate density throughout the vector tree

2018-02-22 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-2199: --- Summary: Follow up fixes for ARROW-2019. Ensure density driven capacity is never less than 1 and propagate density throughout the vector tree Key: ARROW-2199 URL: https://is

[jira] [Commented] (ARROW-2001) Add getInitReservation() to BufferAllocator interface similar to getLimit(), getHeadRoom() APIs

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373381#comment-16373381 ] Siddharth Teotia commented on ARROW-2001: - [~arunsk], please feel free to work on

[jira] [Resolved] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-1463. - Resolution: Fixed Fix Version/s: (was: 0.10.0) 0.9.0 > [JAVA

[jira] [Commented] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373438#comment-16373438 ] Siddharth Teotia commented on ARROW-1463: - This work and all the follow-up refacto

[jira] [Commented] (ARROW-1621) [JAVA] Reduce Heap Usage per Vector

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16373442#comment-16373442 ] Siddharth Teotia commented on ARROW-1621: - ARROW-1807 needs to be done. > [JAVA]

[jira] [Updated] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1463: Component/s: Java - Vectors Java - Memory > [JAVA] Restructure ValueVector

[jira] [Updated] (ARROW-1807) [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-1807: Fix Version/s: 0.10.0 > [JAVA] Reduce Heap Usage (Phase 3): consolidate buffers > --

[jira] [Updated] (ARROW-2199) [JAVA] Follow up fixes for ARROW-2019. Ensure density driven capacity is never less than 1 and propagate density throughout the vector tree

2018-02-22 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia updated ARROW-2199: Summary: [JAVA] Follow up fixes for ARROW-2019. Ensure density driven capacity is never less

[jira] [Resolved] (ARROW-2199) [JAVA] Follow up fixes for ARROW-2019. Ensure density driven capacity is never less than 1 and propagate density throughout the vector tree

2018-03-05 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-2199. - Resolution: Fixed > [JAVA] Follow up fixes for ARROW-2019. Ensure density driven capacity

[jira] [Created] (ARROW-2294) Fix splitAndTransfer for variable width vector

2018-03-09 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-2294: --- Summary: Fix splitAndTransfer for variable width vector Key: ARROW-2294 URL: https://issues.apache.org/jira/browse/ARROW-2294 Project: Apache Arrow Iss

[jira] [Created] (ARROW-2329) [Website]: 0.9.0 release update

2018-03-20 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-2329: --- Summary: [Website]: 0.9.0 release update Key: ARROW-2329 URL: https://issues.apache.org/jira/browse/ARROW-2329 Project: Apache Arrow Issue Type: Task

[jira] [Assigned] (ARROW-801) [JAVA] Provide direct access to underlying buffer memory addresses in consistent way without generating garbage or large amount indirections

2017-07-12 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-801: -- Assignee: SIDDHARTH TEOTIA > [JAVA] Provide direct access to underlying buffer memory ad

[jira] [Created] (ARROW-1237) Expose the ability to set lastSet

2017-07-19 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1237: --- Summary: Expose the ability to set lastSet Key: ARROW-1237 URL: https://issues.apache.org/jira/browse/ARROW-1237 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-1249) Expose the fillEmpties function from NullableVector.mutator

2017-07-21 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1249: --- Summary: Expose the fillEmpties function from NullableVector.mutator Key: ARROW-1249 URL: https://issues.apache.org/jira/browse/ARROW-1249 Project: Apache Arrow

[jira] [Created] (ARROW-1267) Handle zero length case in BitVector.splitAndTransfer

2017-07-25 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1267: --- Summary: Handle zero length case in BitVector.splitAndTransfer Key: ARROW-1267 URL: https://issues.apache.org/jira/browse/ARROW-1267 Project: Apache Arrow

[jira] [Assigned] (ARROW-276) Nullable Vectors should extend BaseValueVector and not BaseDataValueVector

2017-07-26 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-276: -- Assignee: SIDDHARTH TEOTIA > Nullable Vectors should extend BaseValueVector and not Base

[jira] [Commented] (ARROW-276) Nullable Vectors should extend BaseValueVector and not BaseDataValueVector

2017-07-26 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102193#comment-16102193 ] SIDDHARTH TEOTIA commented on ARROW-276: PR https://github.com/apache/arrow/pull/89

[jira] [Created] (ARROW-1300) Fix ListVector Tests

2017-07-31 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1300: --- Summary: Fix ListVector Tests Key: ARROW-1300 URL: https://issues.apache.org/jira/browse/ARROW-1300 Project: Apache Arrow Issue Type: Bug Com

[jira] [Updated] (ARROW-1300) Fix ListVector Tests

2017-07-31 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1300: Description: (1) TestListVector.java doesn't include tests for nested lists where the under

[jira] [Updated] (ARROW-1300) [JAVA] Fix ListVector Tests

2017-07-31 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1300: Summary: [JAVA] Fix ListVector Tests (was: Fix ListVector Tests) > [JAVA] Fix ListVector Te

[jira] [Assigned] (ARROW-1224) [Format] Clarify language around buffer padding and alignment in IPC

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1224: --- Assignee: SIDDHARTH TEOTIA > [Format] Clarify language around buffer padding and alig

[jira] [Created] (ARROW-1310) Revert ARROW-886

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1310: --- Summary: Revert ARROW-886 Key: ARROW-1310 URL: https://issues.apache.org/jira/browse/ARROW-1310 Project: Apache Arrow Issue Type: Bug Repor

[jira] [Comment Edited] (ARROW-886) VariableLengthVectors don't reAlloc offsets

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109858#comment-16109858 ] SIDDHARTH TEOTIA edited comment on ARROW-886 at 8/1/17 9:48 PM: -

[jira] [Commented] (ARROW-886) VariableLengthVectors don't reAlloc offsets

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109858#comment-16109858 ] SIDDHARTH TEOTIA commented on ARROW-886: [~elahrvivaz] Just picking up the convers

[jira] [Updated] (ARROW-1310) Revert ARROW-886

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1310: Description: We don't need to reallocate the underlying offsetVector every time a variable

[jira] [Commented] (ARROW-1224) [Format] Clarify language around buffer padding and alignment in IPC

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110055#comment-16110055 ] SIDDHARTH TEOTIA commented on ARROW-1224: - [~wesmckinn], [~jnadeau], [~sphillips]

[jira] [Commented] (ARROW-1224) [Format] Clarify language around buffer padding and alignment in IPC

2017-08-01 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110063#comment-16110063 ] SIDDHARTH TEOTIA commented on ARROW-1224: - Link to PR: https://github.com/apache/a

[jira] [Commented] (ARROW-886) VariableLengthVectors don't reAlloc offsets

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112039#comment-16112039 ] SIDDHARTH TEOTIA commented on ARROW-886: [~elahrvivaz], As far as the commit https

[jira] [Updated] (ARROW-276) [JAVA]

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-276: --- Summary: [JAVA] (was: Nullable Vectors should extend BaseValueVector and not BaseDataValueVec

[jira] [Updated] (ARROW-1310) [JAVA] Revert ARROW-886

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1310: Summary: [JAVA] Revert ARROW-886 (was: Revert ARROW-886) > [JAVA] Revert ARROW-886 > --

[jira] [Comment Edited] (ARROW-886) VariableLengthVectors don't reAlloc offsets

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112039#comment-16112039 ] SIDDHARTH TEOTIA edited comment on ARROW-886 at 8/3/17 1:39 AM: -

[jira] [Updated] (ARROW-1249) [JAVA] Expose the fillEmpties function from NullableVector.mutator

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1249: Summary: [JAVA] Expose the fillEmpties function from NullableVector.mutator (was: Expose th

[jira] [Updated] (ARROW-276) [JAVA] Nullable Value Vectors should extend BaseValueVector instead of BaseDataValueVector

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-276: --- Summary: [JAVA] Nullable Value Vectors should extend BaseValueVector instead of BaseDataValueVe

[jira] [Updated] (ARROW-1237) [JAVA] Expose the ability to set lastSet

2017-08-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1237: Summary: [JAVA] Expose the ability to set lastSet (was: Expose the ability to set lastSet

[jira] [Assigned] (ARROW-1331) [Java] Adding test cases for all vectors

2017-08-04 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1331: --- Assignee: SIDDHARTH TEOTIA > [Java] Adding test cases for all vectors > -

[jira] [Commented] (ARROW-1331) [Java] Adding test cases for all vectors

2017-08-04 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114168#comment-16114168 ] SIDDHARTH TEOTIA commented on ARROW-1331: - It is likely that we some/all of these

[jira] [Updated] (ARROW-1331) [Java] Refactor tests

2017-08-08 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1331: Summary: [Java] Refactor tests (was: [Java] Adding test cases for all vectors) > [Java] Re

[jira] [Commented] (ARROW-801) [JAVA] Provide direct access to underlying buffer memory addresses in consistent way without generating garbage or large amount indirections

2017-08-15 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16128129#comment-16128129 ] SIDDHARTH TEOTIA commented on ARROW-801: PR: https://github.com/apache/arrow/pull/9

[jira] [Resolved] (ARROW-407) BitVector.copyFromSafe() should re-allocate if necessary instead of returning false

2017-08-15 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA resolved ARROW-407. Resolution: Fixed Issue seems to have already been fixed. > BitVector.copyFromSafe() should

[jira] [Assigned] (ARROW-1261) [Java] Add container type for Map logical type

2017-08-15 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1261: --- Assignee: SIDDHARTH TEOTIA > [Java] Add container type for Map logical type > ---

[jira] [Created] (ARROW-1373) Implement getBuffer() methods at the ValueVector interface

2017-08-18 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1373: --- Summary: Implement getBuffer() methods at the ValueVector interface Key: ARROW-1373 URL: https://issues.apache.org/jira/browse/ARROW-1373 Project: Apache Arrow

[jira] [Commented] (ARROW-1373) Implement getBuffer() methods at the ValueVector interface

2017-08-18 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16133640#comment-16133640 ] SIDDHARTH TEOTIA commented on ARROW-1373: - PR: https://github.com/apache/arrow/pul

[jira] [Created] (ARROW-1444) BitVector.splitAndTransfer copies last byte incorrectly

2017-08-31 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1444: --- Summary: BitVector.splitAndTransfer copies last byte incorrectly Key: ARROW-1444 URL: https://issues.apache.org/jira/browse/ARROW-1444 Project: Apache Arrow

[jira] [Assigned] (ARROW-1279) Integration tests for Map type

2017-09-02 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1279: --- Assignee: SIDDHARTH TEOTIA > Integration tests for Map type > ---

[jira] [Assigned] (ARROW-1463) [JAVA] Restructure ValueVector hierarchy to minimize compile-time generated code

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1463: --- Assignee: SIDDHARTH TEOTIA > [JAVA] Restructure ValueVector hierarchy to minimize com

[jira] [Created] (ARROW-1467) Fix reset() and allocateNew() in Nullable Value Vectors template

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1467: --- Summary: Fix reset() and allocateNew() in Nullable Value Vectors template Key: ARROW-1467 URL: https://issues.apache.org/jira/browse/ARROW-1467 Project: Apache

[jira] [Updated] (ARROW-1467) Fix reset() and allocateNew() in Nullable Value Vectors template

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1467: Description: (1) allocateNew() in NullableValueVectors allocates extra memory for the vali

[jira] [Updated] (ARROW-1467) [JAVA]: Fix reset() and allocateNew() in Nullable Value Vectors template

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1467: Component/s: Java - Vectors > [JAVA]: Fix reset() and allocateNew() in Nullable Value Vector

[jira] [Updated] (ARROW-1467) [JAVA]: Fix reset() and allocateNew() in Nullable Value Vectors template

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1467: Summary: [JAVA]: Fix reset() and allocateNew() in Nullable Value Vectors template (was: Fix

[jira] [Resolved] (ARROW-248) UnionVector.close() should call clear()

2017-09-05 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA resolved ARROW-248. Resolution: Resolved Fixed with https://github.com/apache/arrow/commit/34e7f48cb71428c4d78cf

[jira] [Created] (ARROW-1478) clear should release the buffer only if the buffer is not NULL

2017-09-06 Thread SIDDHARTH TEOTIA (JIRA)
SIDDHARTH TEOTIA created ARROW-1478: --- Summary: clear should release the buffer only if the buffer is not NULL Key: ARROW-1478 URL: https://issues.apache.org/jira/browse/ARROW-1478 Project: Apache Ar

[jira] [Updated] (ARROW-1478) [JAVA]: clear should release the buffer only if the buffer is not NULL

2017-09-06 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1478: Summary: [JAVA]: clear should release the buffer only if the buffer is not NULL (was: clear

[jira] [Updated] (ARROW-1478) [JAVA] clear should release the buffer only if the buffer is not NULL

2017-09-06 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA updated ARROW-1478: Summary: [JAVA] clear should release the buffer only if the buffer is not NULL (was: [JAVA]

[jira] [Assigned] (ARROW-1476) [JAVA] Implement final ValueVector updates

2017-09-07 Thread SIDDHARTH TEOTIA (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] SIDDHARTH TEOTIA reassigned ARROW-1476: --- Assignee: SIDDHARTH TEOTIA > [JAVA] Implement final ValueVector updates > ---

[jira] [Assigned] (ARROW-1471) [JAVA] Document requirements and non/requirements for ValueVector updates

2017-09-08 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia reassigned ARROW-1471: --- Assignee: Siddharth Teotia > [JAVA] Document requirements and non/requirements for Va

[jira] [Commented] (ARROW-1331) [Java] Refactor tests

2017-09-11 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161578#comment-16161578 ] Siddharth Teotia commented on ARROW-1331: - PR: https://github.com/apache/arrow/pul

  1   2   >