mxm commented on code in PR #13080:
URL: https://github.com/apache/iceberg/pull/13080#discussion_r2098222520
##########
flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/sink/DeltaManifestsSerializer.java:
##########
@@ -28,12 +28,12 @@
import org.apache.iceberg.ManifestFiles;
import org.apache.iceberg.relocated.com.google.common.base.Preconditions;
-class DeltaManifestsSerializer implements
SimpleVersionedSerializer<DeltaManifests> {
+public class DeltaManifestsSerializer implements
SimpleVersionedSerializer<DeltaManifests> {
Review Comment:
I missed that one. Thanks for spotting.
--
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]