[jira] [Resolved] (ARROW-584) [C++] Fix compiler warnings exposed with -Wconversion

2017-02-26 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-584. --- Resolution: Fixed Assignee: Wes McKinney Issue resolved by pull request 352 https://github.com/ap

[jira] [Resolved] (ARROW-493) [C++] Allow in-memory array over 2^31 -1 elements but require splitting at IPC / RPC boundaries

2017-02-26 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-493. --- Resolution: Fixed Issue resolved by pull request 352 [https://github.com/apache/arrow/pull/352] > [C++

[jira] [Resolved] (ARROW-557) [Python] Explicitly opt in to HDFS unit tests

2017-02-26 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-557. --- Resolution: Fixed Issue resolved by pull request 353 [https://github.com/apache/arrow/pull/353] > [Pyt

Re: [DISCUSS] C++ code sharing amongst Apache {Arrow, Kudu, Impala, Parquet}

2017-02-26 Thread Leif Walsh
I also support the idea of creating an "apache commons modern c++" style library, maybe tailored toward the needs of columnar data processing tools. I think APR is the wrong project but I think that *style* of project is the right direction to aim. I agree this adds test and release process compl

[jira] [Assigned] (ARROW-577) [C++] Refactor StreamWriter and FileWriter to have private implementations

2017-02-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-577: -- Assignee: Wes McKinney > [C++] Refactor StreamWriter and FileWriter to have private implementati

[jira] [Resolved] (ARROW-577) [C++] Refactor StreamWriter and FileWriter to have private implementations

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

[jira] [Resolved] (ARROW-451) [C++] Override DataType::Equals for other types with additional metadata

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

[jira] [Assigned] (ARROW-557) [Python] Explicitly opt in to HDFS unit tests

2017-02-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-557: -- Assignee: Wes McKinney PR: https://github.com/apache/arrow/pull/353 > [Python] Explicitly opt i

[jira] [Created] (ARROW-585) [C++] Define public API for user-defined data types

2017-02-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-585: -- Summary: [C++] Define public API for user-defined data types Key: ARROW-585 URL: https://issues.apache.org/jira/browse/ARROW-585 Project: Apache Arrow Issue Type

[jira] [Assigned] (ARROW-493) [C++] Allow in-memory array over 2^31 -1 elements but require splitting at IPC / RPC boundaries

2017-02-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-493: -- Assignee: Wes McKinney PR: https://github.com/apache/arrow/pull/352 > [C++] Allow in-memory arr

Re: [DISCUSS] C++ code sharing amongst Apache {Arrow, Kudu, Impala, Parquet}

2017-02-26 Thread Todd Lipcon
Hey folks, As Henry mentioned, Impala is starting to share more code with Kudu (most notably our RPC system, but that pulls in a fair bit of utility code as well), so we've been chatting periodically offline about the best way to do this. Having more projects potentially interested in collaboratin

Re: [DISCUSS] C++ code sharing amongst Apache {Arrow, Kudu, Impala, Parquet}

2017-02-26 Thread Wes McKinney
hi Miki, No, I don't think so. APR is a portable C library. The code we are talking about would be intended for use in C++11/14 projects like Impala and Kudu (and Arrow and Parquet). Wes On Sun, Feb 26, 2017 at 1:58 PM, Miki Tebeka wrote: > Can't some (most) of it be added to APR

Re: [DISCUSS] C++ code sharing amongst Apache {Arrow, Kudu, Impala, Parquet}

2017-02-26 Thread Miki Tebeka
Can't some (most) of it be added to APR ? On Sun, Feb 26, 2017 at 8:12 PM, Wes McKinney wrote: > hi Henry, > > Thank you for these comments. > > I think having a kind of "Apache Commons for [Modern] C++" would be an > ideal (though perhaps initially more labor intensive)

Re: [DISCUSS] C++ code sharing amongst Apache {Arrow, Kudu, Impala, Parquet}

2017-02-26 Thread Wes McKinney
hi Henry, Thank you for these comments. I think having a kind of "Apache Commons for [Modern] C++" would be an ideal (though perhaps initially more labor intensive) solution. There's code in Arrow that I would move into this project if it existed. I am happy to help make this happen if there is i