yihua commented on a change in pull request #4655:
URL: https://github.com/apache/hudi/pull/4655#discussion_r789828059



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/rollback/ListingBasedRollbackRequest.java
##########
@@ -20,10 +20,12 @@
 
 import org.apache.hudi.common.util.Option;
 
+import java.io.Serializable;
+
 /**
  * Request for performing one rollback action.
  */
-public class ListingBasedRollbackRequest {
+public class ListingBasedRollbackRequest implements Serializable {

Review comment:
       Is it possible to add a test case for this change, i.e., a test with 
Spark engine context to show that without the `Serializable` the test fails, 
while adding this is necessary to pass the test?




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


Reply via email to