Skip to content

Commit 60107ac

Browse files
committed
chore: bump object_store to 0.14.1
1 parent b54c950 commit 60107ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

datafusion-cli/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -842,14 +842,14 @@ mod tests {
842842
])?
843843
.sort(vec![col("filename").sort(true, false)])?;
844844
let rbs = df.collect().await?;
845-
assert_snapshot!(batches_to_string(&rbs),@r"
845+
assert_snapshot!(batches_to_string(&rbs),@r#"
846846
+---------------------+-----------+-----------------+------+------+
847847
| metadata_size_bytes | filename | file_size_bytes | etag | hits |
848848
+---------------------+-----------+-----------------+------+------+
849-
| 212 | 0.parquet | 3642 | 0 | 2 |
850-
| 212 | 1.parquet | 3642 | 1 | 2 |
849+
| 216 | 0.parquet | 3642 | "0" | 2 |
850+
| 216 | 1.parquet | 3642 | "1" | 2 |
851851
+---------------------+-----------+-----------------+------+------+
852-
");
852+
"#);
853853

854854
Ok(())
855855
}

0 commit comments

Comments
 (0)