RustedBones commented on code in PR #32360: URL: https://github.com/apache/beam/pull/32360#discussion_r1743322655
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTranslation.java: ########## @@ -89,8 +95,8 @@ static class BigQueryIOReadTranslator implements TransformPayloadTranslator<Type .addNullableBooleanField("use_legacy_sql") .addNullableBooleanField("with_template_compatibility") .addNullableByteArrayField("bigquery_services") - .addNullableByteArrayField("parse_fn") - .addNullableByteArrayField("datum_reader_factory") + .addNullableByteArrayField("bigquery_reader_factory") Review Comment: This is a complex object to serialize. subject to serialization error if there's changes between versions -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org