rdblue commented on code in PR #4993:
URL: https://github.com/apache/iceberg/pull/4993#discussion_r898256091
##########
dell/src/main/java/org/apache/iceberg/dell/DellClientFactory.java:
##########
@@ -20,9 +20,10 @@
package org.apache.iceberg.dell;
import com.emc.object.s3.S3Client;
+import java.io.Serializable;
import java.util.Map;
-public interface DellClientFactory {
+public interface DellClientFactory extends Serializable {
Review Comment:
Can you move code changes out of a documentation PR? These should be in a
code PR for people that cherry-pick commits.
--
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]