Skip to content

Commit

Permalink
[AMORO-2383] Add serialVersionUID to RewriteFilesInput (apache#2384)
Browse files Browse the repository at this point in the history
* add serialVersionUID

* fix comment
  • Loading branch information
hameizi authored and ShawHee committed Dec 29, 2023
1 parent b4940b0 commit bf06bdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import java.util.stream.Collectors;

public class RewriteFilesInput extends BaseOptimizingInput {
private static final long serialVersionUID = -696610318564333923L;
private final DataFile[] rewrittenDataFiles;
private final DataFile[] rePosDeletedDataFiles;
private final ContentFile<?>[] readOnlyDeleteFiles;
Expand Down

0 comments on commit bf06bdd

Please sign in to comment.