lukecwik commented on code in PR #23615:
URL: https://github.com/apache/beam/pull/23615#discussion_r1001154808


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java:
##########
@@ -2056,7 +2059,9 @@ public enum Method {
 
     abstract Boolean getPropagateSuccessful();
 
-    abstract Boolean getAutoSchemaUpdate();
+    abstract Boolean getAutoSchemaRefresh();
+
+    abstract Duration getSchemaRefreshFrequency();

Review Comment:
   Can we set only one property here and rely on duration being non-zero or 
non-null to turn the feature on?



-- 
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]

Reply via email to