rdblue commented on a change in pull request #1963:
URL: https://github.com/apache/iceberg/pull/1963#discussion_r569069789
##########
File path: core/src/main/java/org/apache/iceberg/FloatFieldMetrics.java
##########
@@ -19,16 +19,14 @@
package org.apache.iceberg;
-import java.nio.ByteBuffer;
-
/**
* Iceberg internally tracked field level metrics, used by Parquet and ORC
writers only.
* <p>
* Parquet/ORC keeps track of most metrics in file statistics, and only NaN
counter is actually tracked by writers.
* This wrapper ensures that metrics not being updated by those writers will
not be incorrectly used, by throwing
* exceptions when they are accessed.
*/
-public class FloatFieldMetrics extends FieldMetrics {
+public class FloatFieldMetrics extends FieldMetrics<Object> {
Review comment:
Why isn't this `FieldMetrics<Float>`?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]