gaborkaszab commented on code in PR #17133:
URL: https://github.com/apache/iceberg/pull/17133#discussion_r3543843408
##########
core/src/test/java/org/apache/iceberg/TestTrackedFileStruct.java:
##########
@@ -280,12 +268,12 @@ void structLikeSize() {
void serializationRoundTrip(RoundTripSerializer<TrackedFileStruct>
serializer) throws Exception {
TrackedFileStruct file =
new TrackedFileStruct(
- TRACKING,
+ null, // TrackingStruct has its own serialization tests
Review Comment:
Technically these serialization test changes are irrelevant for the PR
intent: "Use mocks in TrackedFile tests". Should we rephrase the PR title for
this to fit more naturally?
--
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]