beliefer opened a new pull request, #3501: URL: https://github.com/apache/hive/pull/3501
### What changes were proposed in this pull request? Currently, these method `setV0`, `setV1`, `setV2` of `UnsignedInt128` call `updateCount` directly. The `updateCount` of `UnsignedInt128` have a lot `if ... else ...` logic. In fact, we can improve the code by judge `count` field of `UnsignedInt128`. ### Why are the changes needed? Improve UnsignedInt128.setV*() ### Does this PR introduce _any_ user-facing change? 'No'. Just update the inner implementation. ### How was this patch tested? New test cases. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
