[
https://issues.apache.org/jira/browse/BEAM-12306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384414#comment-17384414
]
Beam JIRA Bot commented on BEAM-12306:
--------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> Add a native ParquetIO.ReadRows transform
> -----------------------------------------
>
> Key: BEAM-12306
> URL: https://issues.apache.org/jira/browse/BEAM-12306
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql, io-java-parquet
> Reporter: Ismaël Mejía
> Priority: P3
>
> ParquetIO today uses Avro's GenericRecord to materialize reads from Parquet
> records, this implies an extra conversion from GenericRecord to Beam's Row.
> We can 'push' this conversion into the source read process by implementing a
> RecordMaterializer that builds Rows at read time xtending Parquet's
> [ReadSupport|https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/api/ReadSupport.java].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)