[jira] [Updated] (ARROW-328) [C++] Return shared_ptr by value instead of const-ref?

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-328: --- Assignee: Wes McKinney PR: https://github.com/apache/arrow/pull/235 > [C++] Return shared_ptr by value

[jira] [Resolved] (ARROW-414) [Java] "Buffer too large to resize to ..." error

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-414. Resolution: Fixed Assignee: Wes McKinney Resolved (for now) in: https://github.com/apache/arro

[jira] [Resolved] (ARROW-394) Add integration tests for boolean, list, struct, and other basic types

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-394. Resolution: Fixed Issue resolved by pull request 219 [https://github.com/apache/arrow/pull/219] > Ad

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Jason Altekruse
Congrats guys, great work! On Fri, Dec 9, 2016 at 2:14 PM, Julien Le Dem wrote: > Woot! > 🎉 > > On Fri, Dec 9, 2016 at 2:07 PM, Wes McKinney wrote: > > > We just got the integration test suite (binary compatibility between > > Java and C++) passing in Travis CI today! > > > > https://travis-ci.

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Julien Le Dem
Woot! 🎉 On Fri, Dec 9, 2016 at 2:07 PM, Wes McKinney wrote: > We just got the integration test suite (binary compatibility between > Java and C++) passing in Travis CI today! > > https://travis-ci.org/wesm/arrow/builds/182725476 > > Big team effort, congrats on all the hard work! > > On Fri, Dec

Re: Java-C++ integration tests -- on the home stretch

2016-12-09 Thread Wes McKinney
We just got the integration test suite (binary compatibility between Java and C++) passing in Travis CI today! https://travis-ci.org/wesm/arrow/builds/182725476 Big team effort, congrats on all the hard work! On Fri, Dec 2, 2016 at 10:50 AM, Wes McKinney wrote: > We're close to having the integ

[jira] [Commented] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Jacques Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736269#comment-15736269 ] Jacques Nadeau commented on ARROW-413: -- I'm more inclined to keeping the "rounded" lon

[jira] [Commented] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736242#comment-15736242 ] Uwe L. Korn commented on ARROW-413: --- Looking at the current implementation, it seems that

[jira] [Commented] (ARROW-414) [Java] "Buffer too large to resize to ..." error

2016-12-09 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736089#comment-15736089 ] Julien Le Dem commented on ARROW-414: - So it's complaining that the padding is more tha

[jira] [Commented] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736035#comment-15736035 ] Julien Le Dem commented on ARROW-413: - Same as Parquet sounds good to me. [~jnadeau]?

[jira] [Commented] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736037#comment-15736037 ] Julien Le Dem commented on ARROW-413: - For reference the java code: https://github.com/

[jira] [Updated] (ARROW-414) [Java] "Buffer too large to resize to ..." error

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-414: --- Attachment: struct_example.json struct_example.arrow > [Java] "Buffer too large to resi

[jira] [Commented] (ARROW-414) [Java] "Buffer too large to resize to ..." error

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15735994#comment-15735994 ] Wes McKinney commented on ARROW-414: Seems related to ARROW-412 > [Java] "Buffer too l

[jira] [Created] (ARROW-414) [Java] "Buffer too large to resize to ..." error

2016-12-09 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-414: -- Summary: [Java] "Buffer too large to resize to ..." error Key: ARROW-414 URL: https://issues.apache.org/jira/browse/ARROW-414 Project: Apache Arrow Issue Type: B

[jira] [Updated] (ARROW-402) [Java] "refCnt gone negative" error in integration tests

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-402: --- Assignee: Julien Le Dem > [Java] "refCnt gone negative" error in integration tests > --

[jira] [Resolved] (ARROW-402) [Java] "refCnt gone negative" error in integration tests

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-402. Resolution: Fixed resolved in https://github.com/apache/arrow/commit/8995c923043788f98afef4dd80f72de

[jira] [Commented] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15735807#comment-15735807 ] Uwe L. Korn commented on ARROW-413: --- I guess this is the equivalent of the DATE enum in P

[jira] [Updated] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn updated ARROW-413: -- Description: Currently the DATE type is not specified anywhere and needs to be documented. (was: Current

[jira] [Updated] (ARROW-400) [Java] ArrowWriter writes length 0 for Struct types

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-400: --- Assignee: Julien Le Dem > [Java] ArrowWriter writes length 0 for Struct types > ---

[jira] [Resolved] (ARROW-400) [Java] ArrowWriter writes length 0 for Struct types

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-400. Resolution: Fixed Issue resolved by pull request 234 [https://github.com/apache/arrow/pull/234] > [J

[jira] [Created] (ARROW-413) DATE type is not specified clearly

2016-12-09 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-413: - Summary: DATE type is not specified clearly Key: ARROW-413 URL: https://issues.apache.org/jira/browse/ARROW-413 Project: Apache Arrow Issue Type: Bug Com

[jira] [Resolved] (ARROW-399) [Java] ListVector.loadFieldBuffers ignores the ArrowFieldNode length metadata

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-399. Resolution: Fixed Issue resolved by pull request 227 [https://github.com/apache/arrow/pull/227] > [J

[jira] [Resolved] (ARROW-346) Python API Documentation

2016-12-09 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-346. Resolution: Fixed Issue resolved by pull request 228 [https://github.com/apache/arrow/pull/228] > Py