You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Will Jones (Jira)" <ji...@apache.org> on 2022/09/19 20:27:00 UTC

[jira] [Created] (ARROW-17776) [C++] Stabilize Parquet ArrowReaderProperties

Will Jones created ARROW-17776:
----------------------------------

             Summary: [C++] Stabilize Parquet ArrowReaderProperties
                 Key: ARROW-17776
                 URL: https://issues.apache.org/jira/browse/ARROW-17776
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, Parquet
    Affects Versions: 9.0.0
            Reporter: Will Jones


{{ArrowReaderProperties}} is still marked experimental, but it's pretty well used at this point.

One possible change we might wish to make before stabilizing the API for it though: The {{ArrowWriterProperties}} class uses a namespaced builder class, which provides a nice syntax for creation and enforces immutability of the final properties. Perhaps we should mirror that design in the reader properties?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)