ahmedabu98 commented on code in PR #28264:
URL: https://github.com/apache/beam/pull/28264#discussion_r1333522117
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java:
##########
@@ -3266,6 +3268,8 @@ && getStorageApiTriggeringFrequency(bqOptions) != null) {
checkArgument(
!getAutoSchemaUpdate(),
"withAutoSchemaUpdate only supported when using STORAGE_WRITE_API
or STORAGE_API_AT_LEAST_ONCE.");
+ } else if (getWriteDisposition() == WriteDisposition.WRITE_TRUNCATE) {
Review Comment:
The Storage API sink just won't truncate the table before writing
--
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]