ahmedabu98 opened a new pull request, #30015: URL: https://github.com/apache/beam/pull/30015
When users perform BQ file load writes, we depend on them to provide an input schema. This is a limitation because for larger loads we create temp tables. Although we don't need a schema to write to an existing table, we do need it when creating a new table. Without an input schema, this use case fails. To fix this, we should fetch the final destination's schema when necessary. -- 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]
