nickuncaged1201 commented on code in PR #27039:
URL: https://github.com/apache/beam/pull/27039#discussion_r1231554441
##########
sdks/java/io/file-schema-transform/src/main/java/org/apache/beam/sdk/io/fileschematransform/FileWriteSchemaTransformFormatProvider.java:
##########
@@ -38,6 +39,6 @@ public interface FileWriteSchemaTransformFormatProvider
extends Providers.Identi
* Builds a {@link PTransform} that writes a {@link Row} {@link PCollection}
and outputs the
* resulting {@link PCollection} of the file names.
*/
- PTransform<PCollection<Row>, PCollection<String>> buildTransform(
+ PTransform<PCollection<Row>, PCollectionTuple> buildTransform(
Review Comment:
Done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]