kbendick commented on issue #1290:
URL: https://github.com/apache/iceberg/issues/1290#issuecomment-668418713


   Here's an example of such an issue. There's only 2 or 3. I'll submit a patch 
by the end of the week to fix them.
   
   ```
   
/Users/kbendick/repos/iceberg/spark/src/main/java/org/apache/iceberg/spark/data/SparkOrcWriter.java:353:
 warning: [NarrowingCompoundAssignment] Compound assignments from long to int 
hide lossy casts
           cv.childCount += cv.lengths[rowId];
                         ^
       (see https://errorprone.info/bugpattern/NarrowingCompoundAssignment)
   ```


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to