[jira] [Updated] (PARQUET-1710) Use Objects.requireNonNull

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated PARQUET-1710: Labels: pull-request-available (was: ) > Use Objects.requireNonNull >

[jira] [Commented] (PARQUET-1710) Use Objects.requireNonNull

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16987425#comment-16987425 ] ASF GitHub Bot commented on PARQUET-1710: - belugabehr commented on pull request #703:

[jira] [Created] (PARQUET-1710) Use Objects.requireNonNull

2019-12-03 Thread David Mollitor (Jira)
David Mollitor created PARQUET-1710: --- Summary: Use Objects.requireNonNull Key: PARQUET-1710 URL: https://issues.apache.org/jira/browse/PARQUET-1710 Project: Parquet Issue Type: Improvement

Re: Maintenance of backward-compatible IO wrappers in Parquet C++

2019-12-03 Thread Wes McKinney
I think the main thing pending is a migration of Status APIs to use Result. It's probably not a great hardship to port the implementation of these wrappers to use the Result APIs On Tue, Dec 3, 2019 at 2:54 PM Micah Kornfield wrote: > > Hi Wes, > Is there much maintenance needed on the wrappers?

Re: Maintenance of backward-compatible IO wrappers in Parquet C++

2019-12-03 Thread Micah Kornfield
Hi Wes, Is there much maintenance needed on the wrappers? I'd like to see them maintained for at least one more release of Arrow (i.e. 1.0.0). Thanks, Micah On Tue, Dec 3, 2019 at 12:23 PM Wes McKinney wrote: > About 4 months ago I migrated the Parquet C++ project to use the Arrow > IO APIs

[jira] [Updated] (PARQUET-1709) [C++] Avoid unnecessary temporary std::shared_ptr copies

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated PARQUET-1709: Labels: pull-request-available (was: ) > [C++] Avoid unnecessary temporary

[jira] [Updated] (PARQUET-1707) [C++] parquet-arrow-test fails with undefined behaviour sanitizer

2019-12-03 Thread Gawain BOLTON (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gawain BOLTON updated PARQUET-1707: --- Summary: [C++] parquet-arrow-test fails with undefined behaviour sanitizer (was: [C++]:

[jira] [Updated] (PARQUET-1709) [C++] Avoid unnecessary temporary std::shared_ptr copies

2019-12-03 Thread Gawain BOLTON (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gawain BOLTON updated PARQUET-1709: --- Summary: [C++] Avoid unnecessary temporary std::shared_ptr copies (was: [C++]: Avoid

[jira] [Commented] (PARQUET-1709) [C++]: Avoid unnecessary temporary std::shared_ptr copies

2019-12-03 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16987240#comment-16987240 ] Wes McKinney commented on PARQUET-1709: --- I agree with using {{std::move}} with {{shared_ptr}} at

[jira] [Updated] (PARQUET-1709) [C++]: Avoid unnecessary temporary std::shared_ptr copies

2019-12-03 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated PARQUET-1709: -- Summary: [C++]: Avoid unnecessary temporary std::shared_ptr copies (was: [C++]: Avoid

[jira] [Created] (PARQUET-1709) [C++]: Avoid unnecessary temporary copies

2019-12-03 Thread Gawain BOLTON (Jira)
Gawain BOLTON created PARQUET-1709: -- Summary: [C++]: Avoid unnecessary temporary copies Key: PARQUET-1709 URL: https://issues.apache.org/jira/browse/PARQUET-1709 Project: Parquet Issue

Maintenance of backward-compatible IO wrappers in Parquet C++

2019-12-03 Thread Wes McKinney
About 4 months ago I migrated the Parquet C++ project to use the Arrow IO APIs internally rather than maintaining a whole separate set of virtual file APIs for Parquet-specific use. To ease transitions, we created wrappers for the prior file interfaces so that existing implementers of the old APIs

[RESULT] [VOTE] Add BYTE_STREAM_SPLIT encoding to Apache Parquet

2019-12-03 Thread Wes McKinney
Forwarding the vote outcome with the [RESULT] subject line for searchability purposes On Tue, Dec 3, 2019 at 2:28 AM Gabor Szadovszky wrote: > > Hi Martin, > > The vote succeeded. 4 +1 votes (3 bindings) and no -1 votes. > I'll submit your PR soon. > > Cheers, > Gabor > > On Fri, Nov 29, 2019 at

[jira] [Assigned] (PARQUET-1622) Adding an encoding for FP data

2019-12-03 Thread Gabor Szadovszky (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Szadovszky reassigned PARQUET-1622: - Assignee: Martin Radev > Adding an encoding for FP data >

[jira] [Updated] (PARQUET-1708) Fix Thrift compiler warning

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated PARQUET-1708: Labels: pull-request-available (was: ) > Fix Thrift compiler warning >

[jira] [Commented] (PARQUET-1708) Fix Thrift compiler warning

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986717#comment-16986717 ] ASF GitHub Bot commented on PARQUET-1708: - plusplusjiajia commented on pull request #156:

[jira] [Commented] (PARQUET-1622) Adding an encoding for FP data

2019-12-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986714#comment-16986714 ] ASF GitHub Bot commented on PARQUET-1622: - gszadovszky commented on pull request #144:

[jira] [Created] (PARQUET-1708) Fix Thrift compiler warning

2019-12-03 Thread Jiajia Li (Jira)
Jiajia Li created PARQUET-1708: -- Summary: Fix Thrift compiler warning Key: PARQUET-1708 URL: https://issues.apache.org/jira/browse/PARQUET-1708 Project: Parquet Issue Type: Improvement