egalpin commented on pull request #14720:
URL: https://github.com/apache/beam/pull/14720#issuecomment-836748182


   the Dataflow precommit is failing with this error:
   
   ```
   Reshuffle.java:163: error: [unboxing.of.nullable] unboxing a possibly-null 
reference numBuckets
   .mod(UnsignedInteger.valueOf(numBuckets))
                                ^
   ```
   
   Yet this code is within a conditional block that only executes if 
`numBuckets` is not null. I assume this might have something to do with 
`@Nullable` annotation processing? I'm missing something haha


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


Reply via email to