You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Aaron Blake Niskode-Dossett (Jira)" <ji...@apache.org> on 2022/09/15 14:11:00 UTC

[jira] [Updated] (PARQUET-1020) Add support for Dynamic Messages in parquet-protobuf

     [ https://issues.apache.org/jira/browse/PARQUET-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Blake Niskode-Dossett updated PARQUET-1020:
-------------------------------------------------
    Fix Version/s: 1.13.0

> Add support for Dynamic Messages in parquet-protobuf
> ----------------------------------------------------
>
>                 Key: PARQUET-1020
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1020
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-protobuf
>            Reporter: Alex Buck
>            Assignee: Alex Buck
>            Priority: Major
>             Fix For: 1.13.0
>
>
> Hello. We would like to pass in a DynamicMessage rather than using the generated protobuf classes to allow us to make our job very generic. 
> I think this could be achieved by setting the descriptor upfront, similarly to how there is a ProtoParquetOutputFormat today.
> In ProtoWriteSupport in the init method it could then generate the parquet schema created by ProtoSchemaConverter using the passed in descriptor, rather than taking it from the generated proto class.
> Would there be interest in incorporating this change? If so does the approach above sound sensible? I am happy to do a pull request
> initial PR here: https://github.com/apache/parquet-mr/pull/414



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