You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/09 07:40:51 UTC

[GitHub] [iceberg] ajantha-bhat opened a new pull request, #6395: Flink: Fix minor compiler warning

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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] ajantha-bhat commented on pull request #6395: Flink: Fix minor compiler warning

Posted by GitBox <gi...@apache.org>.
ajantha-bhat commented on PR #6395:
URL: https://github.com/apache/iceberg/pull/6395#issuecomment-1343960430

   cc: @stevenzwu, @hililiwei  


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] stevenzwu merged pull request #6395: Flink: Fix minor compiler warning

Posted by GitBox <gi...@apache.org>.
stevenzwu merged PR #6395:
URL: https://github.com/apache/iceberg/pull/6395


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org