kmjung commented on issue #11292: [BEAM-9674] Don't specify selected fields when fetching BigQuery table size URL: https://github.com/apache/beam/pull/11292#issuecomment-610758885 I see the issue that's being exposed by the test failures -- the TableRow converter code assumes that all the fields in the BigQuery table schema are also present in the Avro records, which isn't the case here. We'll need to trim the BigQuery schema on the client side after fetching it.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
