lamber-ken commented on issue #1455: [SUPPORT] Hudi upsert run into exception:  
java.lang.NoSuchMethodError: java.lang.Math.floorMod(JI)I
URL: https://github.com/apache/incubator-hudi/issues/1455#issuecomment-605151836
 
 
   And, try do following changes:
   
   ```
   final int idx = Math.floorMod((int) hashOfKey, candidatePartitions.size());
   ```
   
   
![image](https://user-images.githubusercontent.com/20113411/77784847-2cf6d280-7096-11ea-81b3-9b8e814389ed.png)

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

Reply via email to