Abacn commented on PR #35037:
URL: https://github.com/apache/beam/pull/35037#issuecomment-2960051647
it appears Java11 introduced new compiler check, and due to `-Werror` it
fails the compilation
```
/runner/_work/beam/beam/sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/IcebergUtils.java:72:
warning: [MissingCasesInEnumSwitch] Non-exhaustive switch; either add a
default or handle the remaining cases: TIMESTAMP_NANO, GEOMETRY, GEOGRAPHY,
VARIANT, UNKNOWN
switch (type.typeId()) {
```
--
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]