You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Mark Wolfe (Jira)" <ji...@apache.org> on 2022/05/12 21:18:00 UTC

[jira] [Created] (ARROW-16561) [Go][Parquet] provide the option to customise parquet root node

Mark Wolfe created ARROW-16561:
----------------------------------

             Summary: [Go][Parquet] provide the option to customise parquet root node
                 Key: ARROW-16561
                 URL: https://issues.apache.org/jira/browse/ARROW-16561
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Go, Parquet
    Affects Versions: 8.0.0
            Reporter: Mark Wolfe


Currently the root nodes name and type are hard coded and the current settings need to be changed to work some other tools.

Current:

name: "schema"

type: Repetitions.Repeated

To be compatible with some of the other tools I use I need to be able to update settings to be similar to files produced by spark which use `Repetitions.Required` as the root repetition.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)