rdblue commented on code in PR #3610:
URL: https://github.com/apache/parquet-java/pull/3610#discussion_r3582704536
##########
parquet-hadoop/src/test/java/org/apache/parquet/format/converter/TestParquetMetadataConverter.java:
##########
@@ -1258,10 +1266,12 @@ public void testV2StatsEqualMinMax() {
.named(""),
new BigInteger("-8752832"),
new BigInteger("-8752832"));
+ Binary int96 = new NanoTime(2458850, 43_200_000_000_000L)
+ .toBinary(); // 2020-01-01T12:00:00
Review Comment:
Why does this convert to `Binary` when the decimal test uses `BigInteger`?
Should this use `NanoTime` instead?
--
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]