Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?


/**
* Rollback commands, that trigger a specific handling for rollback.
Expand Down