Skip to content

Commit 50f8a9e

Browse files
committed
fix: missing PartialEq derive after rebase
1 parent 11daed3 commit 50f8a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/scan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ pub struct FileScanTask {
10641064
}
10651065

10661066
/// A task to scan part of file.
1067-
#[derive(Debug, Clone, Serialize, Deserialize)]
1067+
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
10681068
pub struct FileScanTaskDeleteFile {
10691069
/// The delete file path
10701070
pub file_path: String,

0 commit comments

Comments
 (0)