[
https://issues.apache.org/jira/browse/BEAM-6526?focusedWorklogId=233778&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-233778
]
ASF GitHub Bot logged work on BEAM-6526:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/19 21:40
Start Date: 26/Apr/19 21:40
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #8414:
[BEAM-6526] Add ReadFiles transform for AvroIO
URL: https://github.com/apache/beam/pull/8414#discussion_r279108278
##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java
##########
@@ -308,6 +322,17 @@
.build();
}
+ /** Like {@link #readGenericRecords(Schema)}, but for {@link
FileIO.ReadableFile} collections. */
Review comment:
Probably clearer to say: "but for a {@link PCollection} of {@link
FileIO.ReadableFile}, for example, returned by {@link FileIO#readMatches}."
----------------------------------------------------------------
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: 233778)
Time Spent: 2h 10m (was: 2h)
> Add ReadFiles transform for AvroIO
> ----------------------------------
>
> Key: BEAM-6526
> URL: https://issues.apache.org/jira/browse/BEAM-6526
> Project: Beam
> Issue Type: Improvement
> Components: io-java-avro
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Minor
> Labels: triaged
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> AvroIO lacks the `readFiles()` method to make it fully composable with FileIO
> as other file based IOs do, e.g. TextIO, ParquetIO.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)