mccheah commented on a change in pull request #198: [Baseline] Apply Baseline
to iceberg-data #156
URL: https://github.com/apache/incubator-iceberg/pull/198#discussion_r291788238
##########
File path: data/src/main/java/org/apache/iceberg/data/avro/IcebergDecoder.java
##########
@@ -190,6 +190,7 @@ public D decode(InputStream stream, D reuse) {
* @return true if the buffer is complete, false otherwise (stream ended)
* @throws IOException if there is an error while reading
*/
+ @SuppressWarnings("checkstyle:InnerAssignment")
Review comment:
Curious, is there a way we can get around this without suppressing?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]