You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Michael Luckey (Jira)" <ji...@apache.org> on 2021/11/03 19:41:00 UTC

[jira] [Work started] (BEAM-13157) ParquetIO.parseGenericRecords does not support Configuration

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

Work on BEAM-13157 started by Michael Luckey.
---------------------------------------------
> ParquetIO.parseGenericRecords does not support Configuration
> ------------------------------------------------------------
>
>                 Key: BEAM-13157
>                 URL: https://issues.apache.org/jira/browse/BEAM-13157
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-parquet
>            Reporter: Michael Luckey
>            Assignee: Michael Luckey
>            Priority: P2
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> ParquetIO.Parse currently does not support a Hadoop configuration.
> Although it is possible to set the configuration object, it is ignored later on. Parse delegates to ParseFiles, but misses to pass the configuration object here. Therefore, config is lost.
> Workaround:
> Use ParseFiles directly by unrolling Parse.expand implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)