Abacn commented on PR #34967: URL: https://github.com/apache/beam/pull/34967#issuecomment-2985726152
please fix: ``` Execution failed for task ':sdks:java:io:google-cloud-platform:spotlessJavaCheck'. > The following files had format violations: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/QueryChangeStreamAction.java @@ -299,7 +299,8 @@ ??} ??//?Return?(now?+?2?mins)?as?the?end?timestamp?for?reading?change?streams.?This?is?only?used?if -??//?users?want?to?run?the?connector?forever.?This?approach?works?because?Google?Dataflow?checkpoints +??//?users?want?to?run?the?connector?forever.?This?approach?works?because?Google?Dataflow +??//?checkpoints ??//?every?5s?or?5MB?output?provided?and?the?change?stream?query?has?deadline?for?1?min. ??private?Timestamp?getNextReadChangeStreamEndTimestamp()?{ ????final?Timestamp?current?=?Timestamp.now(); Run './gradlew :sdks:java:io:google-cloud-platform:spotlessApply' to fix these violations. ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org