ajantha-bhat opened a new pull request, #6869:
URL: https://github.com/apache/iceberg/pull/6869
Warning before fix:
```
../iceberg/api/src/main/java/org/apache/iceberg/view/SQLViewRepresentation.java:27:
warning: (immutables:subtype) Should not inherit
org.apache.iceberg.view.ViewRepresentation which is a value type itself. Avoid
extending from another abstract value type. Better to share common abstract
class or interface which are not carrying @Immutable annotation. If still
extending from immutable abstract type be ready to face some incoherences in
generated types.
public interface SQLViewRepresentation extends ViewRepresentation {
^
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]