derrickaw commented on code in PR #35696:
URL: https://github.com/apache/beam/pull/35696#discussion_r2232014996
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableReadSchemaTransformProvider.java:
##########
@@ -152,45 +166,129 @@ public PCollectionRowTuple expand(PCollectionRowTuple
input) {
.withInstanceId(configuration.getInstanceId())
.withProjectId(configuration.getProjectId()));
+ // ParDo fucntion implements fork logic if flatten == True
+
+ // Determine the output schema based on the flatten configuration.
+ // The default for flatten is true.
Review Comment:
delete probably?
--
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]