ahmedabu98 commented on PR #24700: URL: https://github.com/apache/beam/pull/24700#issuecomment-1365278188
@Abacn Without this PR, this wouldn't work with large writes (ie. writing without specifying a schema): ``` BigQueryIO .writeTableRows() .to(OutputTable) .withCreateDisposition(CreateDisposition.CREATE_NEVER)) ``` As it is now, the write would get stuck in `UpdateSchemaDestination` trying to update final destination table schema with a null schema. -- 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