ahmedabu98 opened a new pull request, #24700: URL: https://github.com/apache/beam/pull/24700
Follow up for #24471 Users are facing a problem when writing to BigQuery with `CREATE_IF_NEEDED` disposition and without providing a schema. After #24471, the destination schema is used to create temp tables when the user-provided schema is null. This PR fixes something that #24471 missed, which is to skip the schema update step when user-provided schema is null. Also adds tests to verify. -- 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