Abacn commented on PR #37775:
URL: https://github.com/apache/beam/pull/37775#issuecomment-4238778900
Some new changes merged between checks ran in this PR and the HEAD, causing
spotless check failures like
```
/runner/_work/beam/beam/examples/java/iceberg/src/main/java/org/apache/beam/examples/iceberg/snippets/IcebergBeamSchemaAndRow.java:68:
warning: [JavaTimeDefaultTimeZone] LocalTime.now() is not allowed because it
silently uses the system default time-zone. You must pass an explicit time-zone
(e.g., ZoneId.of("America/Los_Angeles")) to this method.
.put("time_field", LocalTime.now())
```
--
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]