rdblue commented on code in PR #15971:
URL: https://github.com/apache/iceberg/pull/15971#discussion_r3082055933
##########
core/src/main/java/org/apache/iceberg/FieldStats.java:
##########
@@ -16,12 +16,11 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.iceberg.stats;
+package org.apache.iceberg;
-import org.apache.iceberg.StructLike;
import org.apache.iceberg.types.Type;
-public interface FieldStats<T> extends StructLike {
+interface FieldStats<T> extends StructLike {
/** The field ID of the statistic */
Review Comment:
I just noticed this. It's unrelated, but we should not refer to this object
or what it represents as a "statistic". I think that has too specific of a
meaning (a value that describes a _sample_). The term "stats" is probably
alright since it is used more generally, but this has multiple values that
usually describe the subset exactly.
--
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]