ajantha-bhat opened a new pull request, #6395: URL: https://github.com/apache/iceberg/pull/6395
`./gradlew clean build -x test -x integrationTest` used to be clean without compiler warning. #6206 has introduced one compiler warning. Hence, cleaned it up. ``` /Users/ajantha/Documents/workspace/icebergWorkspace/iceberg/flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/util/FlinkPackage.java:29: warning: [MissingSummary] A summary fragment is required; consider using the value of the @return block as a summary fragment instead. /** @return Flink version string like x.y.z */ ^ (see https://google.github.io/styleguide/javaguide.html#s7.2-summary-fragment) Did you mean '/** Returns flink version string like x.y.z.'? ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org