[jira] [Resolved] (ARROW-219) [C++] Passed CMAKE_CXX_FLAGS are being dropped, fix compiler warnings

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

[jira] [Commented] (ARROW-213) Exposing static arrow build

2016-06-16 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15334847#comment-15334847 ] Wes McKinney commented on ARROW-213: We'll want to add a helper function to make it easier to build

[jira] [Commented] (ARROW-219) [C++] Passed CMAKE_CXX_FLAGS are being dropped, fix compiler warnings

2016-06-16 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15334464#comment-15334464 ] Wes McKinney commented on ARROW-219: https://github.com/apache/arrow/pull/92 > [C++] Passed

[jira] [Created] (ARROW-219) [C++] Passed CMAKE_CXX_FLAGS are being dropped, fix compiler warnings

2016-06-16 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-219: -- Summary: [C++] Passed CMAKE_CXX_FLAGS are being dropped, fix compiler warnings Key: ARROW-219 URL: https://issues.apache.org/jira/browse/ARROW-219 Project: Apache Arrow

[jira] [Resolved] (ARROW-210) [C++] Tidy up the type system a little bit

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

[jira] [Updated] (ARROW-210) [C++] Tidy up the type system a little bit

2016-06-16 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-210: --- Assignee: Micah Kornfield > [C++] Tidy up the type system a little bit >

[jira] [Resolved] (ARROW-218) Add option to use GitHub API token via environment variable when merging PRs

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

Re: [JAVA] Figuring out whats shifted from Drill/Java

2016-06-16 Thread Jacques Nadeau
> Netty buffer always allocate memory aligned to 64-bytes. So each new > ArrowBuf will be aligned to 64-bytes as well, with offset = 0. > You confirmed that both the Netty chunk as well as buffer allocations (ArrowBufs returned from here [1]) are on 64-byte offsets? Can you maybe write some

Re: IO considerations for PyArrow

2016-06-16 Thread pino patera
Looks a good idea.In order to take advantage of async IO, it'd be nice having a concept of chunking for large objects and "pipelining" in the sense of starting the serialization/deserelezation while reading/writing the chunks. In some application, it can be very useful when dealing with large