YutSean edited a comment on pull request #3940:
URL: https://github.com/apache/hbase/pull/3940#issuecomment-996697798


   @Reidddddd After checking the current UT and some configurations. I found 
that, although the method encodes BigDecimal, but current MAX_PRECISION is 
really limited (31). It can only fit the domain of Long. I added some test 
cases beyond this domain. The old implementation will also fail. The new change 
just follows the old logic. If we do not need to fit some really big decimal, 
we do not need new UT I think. On the contrary if we want to support them, the 
function logic should be reconstructed and more large decimal cases should be 
added in current UTs. What do you think?


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


Reply via email to