Skip to content

Commit dfde0ad

Browse files
committed
chore: fmt
1 parent 7b12434 commit dfde0ad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • crates/data-generation/src/dataset

crates/data-generation/src/dataset/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ impl DatasetTable {
5454
///
5555
/// The batch schema must match [`schema`] (i.e. without the time column).
5656
pub fn rehydrate(&self, batch: &RecordBatch) -> anyhow::Result<RecordBatch> {
57-
5857
if batch.schema() != self.schema {
5958
let mut diffs = Vec::new();
6059
let expected_fields = self.schema.fields();

0 commit comments

Comments
 (0)