gaborkaszab commented on code in PR #17133:
URL: https://github.com/apache/iceberg/pull/17133#discussion_r3543798307


##########
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();
-  private static final PartitionData EMPTY_PARTITION_DATA =

Review Comment:
   The changes in this file would be gone if we merged 
https://github.com/apache/iceberg/pull/17000



-- 
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]

Reply via email to