wgtmac commented on code in PR #3147:
URL: https://github.com/apache/parquet-java/pull/3147#discussion_r1945998580
##########
parquet-pig/src/test/java/org/apache/parquet/pig/TestDecimalUtils.java:
##########
@@ -60,12 +60,12 @@ public void testBinaryToDecimal() throws Exception {
// Test LONG
testDecimalConversion(Long.MAX_VALUE, 19, 0, "9223372036854775807");
testDecimalConversion(Long.MIN_VALUE, 19, 0, "-9223372036854775808");
- testDecimalConversion(0L, 0, 0, "0.0");
+ testDecimalConversion(0L, 0, 0, "0");
Review Comment:
Why do these two lines need change?
--
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]