Re: Date/Time fields values in Java

2017-03-13 Thread Wes McKinney
@JulienLD or @Jacques could you add your perspective on the JIRA from the Java side? Would be good to reach a consensus on this so we can make appropriate changes. We will want to push towards integration tests for the various date and time types in the 0.3 release If JulienH could also offer some

[jira] [Created] (ARROW-626) [Python] Enable pyarrow.BufferReader to read from any Python object implementing the buffer/memoryview protocol

2017-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-626: -- Summary: [Python] Enable pyarrow.BufferReader to read from any Python object implementing the buffer/memoryview protocol Key: ARROW-626 URL: https://issues.apache.org/jira/browse/ARRO

[jira] [Assigned] (ARROW-598) [Python] Add support for converting pyarrow.Buffer to a memoryview with zero copy

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-598: -- Assignee: Jeff Knupp > [Python] Add support for converting pyarrow.Buffer to a memoryview with z

[jira] [Commented] (ARROW-624) [C++] Restore MakePrimitiveArray function

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923190#comment-15923190 ] Wes McKinney commented on ARROW-624: PR: https://github.com/apache/arrow/pull/378 > [C

[jira] [Assigned] (ARROW-625) [C++] Add time unit to TimeType::ToString

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-625: -- Assignee: Wes McKinney PR: https://github.com/apache/arrow/pull/377 > [C++] Add time unit to Ti

[jira] [Commented] (ARROW-601) Some logical types not supported when loading Parquet

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922985#comment-15922985 ] Wes McKinney commented on ARROW-601: [~tebeka] if I had to guess, the segfault is becau

[jira] [Created] (ARROW-625) [C++] Add time unit to TimeType::ToString

2017-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-625: -- Summary: [C++] Add time unit to TimeType::ToString Key: ARROW-625 URL: https://issues.apache.org/jira/browse/ARROW-625 Project: Apache Arrow Issue Type: New Feat

[jira] [Created] (ARROW-624) [C++] Restore MakePrimitiveArray function

2017-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-624: -- Summary: [C++] Restore MakePrimitiveArray function Key: ARROW-624 URL: https://issues.apache.org/jira/browse/ARROW-624 Project: Apache Arrow Issue Type: Bug

[jira] [Resolved] (ARROW-618) [Python] Implement support for DatetimeTZ custom type from pandas

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-618. Resolution: Fixed Issue resolved by pull request 375 [https://github.com/apache/arrow/pull/375] > [P

[jira] [Updated] (ARROW-114) Bring in java-unsafe-tools as utility library for Arrow

2017-03-13 Thread Julien Le Dem (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Le Dem updated ARROW-114: Priority: Minor (was: Major) > Bring in java-unsafe-tools as utility library for Arrow > ---

[jira] [Commented] (ARROW-601) Some logical types not supported when loading Parquet

2017-03-13 Thread Miki Tebeka (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907915#comment-15907915 ] Miki Tebeka commented on ARROW-601: --- Small patch at [PR #270](https://github.com/apache/p

[jira] [Resolved] (ARROW-623) segfault with __repr__ of empty Field

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-623. Resolution: Fixed Issue resolved by pull request 374 [https://github.com/apache/arrow/pull/374] > se

[jira] [Commented] (ARROW-596) [Python] Add convenience function to convert pandas.DataFrame to pyarrow.Buffer containing a file or stream representation

2017-03-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907566#comment-15907566 ] Wes McKinney commented on ARROW-596: thanks [~pitrou] -- it is a fixed size buffer, so

[jira] [Assigned] (ARROW-601) Some logical types not supported when loading Parquet

2017-03-13 Thread Miki Tebeka (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miki Tebeka reassigned ARROW-601: - Assignee: Miki Tebeka > Some logical types not supported when loading Parquet > --

[jira] [Created] (ARROW-623) segfault with __repr__ of empty Field

2017-03-13 Thread Miki Tebeka (JIRA)
Miki Tebeka created ARROW-623: - Summary: segfault with __repr__ of empty Field Key: ARROW-623 URL: https://issues.apache.org/jira/browse/ARROW-623 Project: Apache Arrow Issue Type: Bug

[jira] [Commented] (ARROW-596) [Python] Add convenience function to convert pandas.DataFrame to pyarrow.Buffer containing a file or stream representation

2017-03-13 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15907023#comment-15907023 ] Antoine Pitrou commented on ARROW-596: -- Cython allows you to implement the buffer prot

[jira] [Commented] (ARROW-617) Time type is not specified clearly

2017-03-13 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906961#comment-15906961 ] Uwe L. Korn commented on ARROW-617: --- [~wesmckinn] actually I didn't mean that but after a