yirutang commented on code in PR #24145:
URL: https://github.com/apache/beam/pull/24145#discussion_r1067543380
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java:
##########
@@ -479,15 +502,41 @@ public static DynamicMessage messageFromTableRow(
}
}
+ if (unknownFields != null) {
Review Comment:
Is this file the conversion stage?
If user has input ABC and the original schema is AB but later on the schema
is updated to ABC, will L496 fail the check?
--
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]