anoopj commented on code in PR #16958:
URL: https://github.com/apache/iceberg/pull/16958#discussion_r3648809493
##########
core/src/test/java/org/apache/iceberg/TestTrackedFileStruct.java:
##########
@@ -359,12 +355,12 @@ void
serializationRoundTrip(RoundTripSerializer<TrackedFileStruct> serializer) t
FileContent.DATA,
FORMAT_VERSION_V4,
"s3://bucket/data/file.parquet",
- FileFormat.PARQUET,
- null, // PartitionData has its own serialization tests
+ FileFormat.PARQUET, // PartitionData has its own serialization
tests
Review Comment:
Yes, i forgot to adjust when we changed the constructor order. Fixed.
--
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]