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

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

[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] >

[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] >

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

2016-06-08 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15320146#comment-15320146 ] Uwe L. Korn commented on ARROW-213: --- Already had a lock at that but I realised that parquet-cpp is not

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

2016-06-08 Thread Steven Phillips
I am currently working on a patch that addresses this, as well as removing some of the residual code from Drill that isn't really needed in Arrow, (such as the Drill types, MaterializedField, etc.) I will be posting this within a few days. On Tue, Jun 7, 2016 at 5:54 PM, Leif Walsh