rdblue commented on code in PR #17133:
URL: https://github.com/apache/iceberg/pull/17133#discussion_r3539411807
##########
core/src/main/java/org/apache/iceberg/TrackedFileStruct.java:
##########
@@ -33,13 +33,6 @@
/** Mutable {@link StructLike} implementation of {@link TrackedFile}. */
class TrackedFileStruct extends SupportsIndexProjection implements
TrackedFile, Serializable {
private static final Types.StructType EMPTY_STRUCT_TYPE =
Types.StructType.of();
Review Comment:
This struct is still used in the `BASE_TYPE` just below.
--
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]