ajantha-bhat opened a new pull request, #11072: URL: https://github.com/apache/iceberg/pull/11072
`./gradlew clean build -x test -x integrationTest --no-build-cache` results in compile warnings on the newly added code. `iceberg/flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/TableChange.java:186: warning: [ImplicitPublicBuilderConstructor] A Builder with a static factory method on the encapsulating class must have a private constructor. Minimizing unnecessary public API prevents future API breaks from impacting consumers. ` <img width="1507" alt="Screenshot 2024-09-03 at 7 35 58 AM" src="https://github.com/user-attachments/assets/724a87cc-563c-4794-8ee2-237cbec3fd2b"> -- 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]
