arnavarora2004 commented on code in PR #35696:
URL: https://github.com/apache/beam/pull/35696#discussion_r2240450622
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableReadSchemaTransformProvider.java:
##########
@@ -69,6 +70,13 @@ public class BigtableReadSchemaTransformProvider
Schema.FieldType.STRING,
Schema.FieldType.array(Schema.FieldType.row(CELL_SCHEMA))))
.build();
+ public static final Schema FLATTENED_ROW_SCHEMA =
+ Schema.builder()
+ .addByteArrayField("key")
+ .addStringField("column_family")
Review Comment:
sounds good, i implemented that,
--
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]