Re: char types in c and ipc in java

2016-06-08 Thread Wes McKinney
hi Nicki Micah's patch for #1 is in progress here https://github.com/apache/arrow/pull/85 I believe Steven Phillips is working on a patch toward reconciling the Java implementation with the current working version of the spec. We need to be able to verify that memory can be passed between Java an

Re: IO considerations for PyArrow

2016-06-08 Thread Wes McKinney
On Fri, Jun 3, 2016 at 10:16 AM, Micah Kornfield wrote: > Hi Wes, > > At what level do you imagine, the "opt-in" happening. Right now it > seems like it would be fairly straightforward at build time. However, > when we start packaging pyarrow for distribution how do you imagine it > will work? (

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

2016-06-08 Thread Micah Kornfield
Hi Steven, Is the patch focused on the alignment/padding. Or are there other issues as well? Thanks, Micah On Tue, Jun 7, 2016 at 11:22 PM, Steven Phillips wrote: > I am currently working on a patch that addresses this, as well as removing > some of the residual code from Drill that isn't reall

[jira] [Resolved] (ARROW-212) [C++] Clarify the fact that PrimitiveArray is now abstract class

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

[jira] [Resolved] (ARROW-200) [Python] Convert Values String looks like it has incorrect error handling

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