[
https://issues.apache.org/jira/browse/BEAM-11526?focusedWorklogId=530183&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530183
]
ASF GitHub Bot logged work on BEAM-11526:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jan/21 12:14
Start Date: 02/Jan/21 12:14
Worklog Time Spent: 10m
Work Description: anantdamle commented on pull request #13639:
URL: https://github.com/apache/beam/pull/13639#issuecomment-753466732
@iemejia
I observed that
[AvroIO#setBeamSchema](https://github.com/apache/beam/blob/2462fe996626874a6a11f35c00405acc831c8dfd/sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java#L570)
can be simplified to
```java
pc.setCoder(AvroUtils.schemaCoder(clazz, schema));
```
Do you think I should include this change in same PR or a separate PR
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 530183)
Time Spent: 20m (was: 10m)
> Add schema support to ParquetIO
> -------------------------------
>
> Key: BEAM-11526
> URL: https://issues.apache.org/jira/browse/BEAM-11526
> Project: Beam
> Issue Type: New Feature
> Components: io-java-parquet
> Reporter: Ismaël Mejía
> Assignee: Anant Damle
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We can add support to use Beam Schema-based collections on ParquetIO. The
> idea is to follow the approach done on AvroIO
> For ref.
> [https://github.com/apache/beam/commit/8bdbb3361701240a3d909c9dad24f3f31af18eac]
> [https://github.com/apache/beam/pull/9130]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)