tarun-google commented on issue #23949: URL: https://github.com/apache/beam/issues/23949#issuecomment-3648218861
I was going through BigQueryIO. looks like the triggering frequency is actually ignored when the method is STORAGE_API_AT_LEAST_ONCE. So, i do not see any issue 1. The validation throws the warning that triggering frequency is ignored https://github.com/apache/beam/blob/31a96b6807ae22765c76ef2184ace106e27ed154/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java#L3762 2. Inconsistent writes doe not create groups based on triggering frequency while https://github.com/apache/beam/blob/31a96b6807ae22765c76ef2184ace106e27ed154/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiLoads.java#L158 -- 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]
