claudevdm commented on code in PR #37079:
URL: https://github.com/apache/beam/pull/37079#discussion_r2611747288
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java:
##########
@@ -1251,6 +1251,8 @@ abstract Builder<T> setBadRecordErrorHandler(
abstract Builder<T> setBadRecordRouter(BadRecordRouter badRecordRouter);
abstract Builder<T> setProjectionPushdownApplied(boolean
projectionPushdownApplied);
+
+ abstract Builder<T> setTimestampPrecision(TimestampPrecision precision);
Review Comment:
Should this be more descriptive, like `setDirectReadPicosTimestampPrecision`?
--
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]