Skip to content

Commit

Permalink
fix ci ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Sep 11, 2024
1 parent c12f110 commit dfccd0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/iceberg/src/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,8 @@ mod tests {
schema: schema.clone(),
record_count: Some(100),
data_file_format: DataFileFormat::Parquet,
sequence_number: 0,
equality_ids: vec![],
};
test_fn(task);

Expand All @@ -1596,6 +1598,8 @@ mod tests {
schema,
record_count: None,
data_file_format: DataFileFormat::Avro,
sequence_number: 0,
equality_ids: vec![],
};
test_fn(task);
}
Expand Down

0 comments on commit dfccd0e

Please sign in to comment.