We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
object_store
0.14.1
1 parent b54c950 commit 60107acCopy full SHA for 60107ac
1 file changed
datafusion-cli/src/main.rs
@@ -842,14 +842,14 @@ mod tests {
842
])?
843
.sort(vec![col("filename").sort(true, false)])?;
844
let rbs = df.collect().await?;
845
- assert_snapshot!(batches_to_string(&rbs),@r"
+ assert_snapshot!(batches_to_string(&rbs),@r#"
846
+---------------------+-----------+-----------------+------+------+
847
| metadata_size_bytes | filename | file_size_bytes | etag | hits |
848
849
- | 212 | 0.parquet | 3642 | 0 | 2 |
850
- | 212 | 1.parquet | 3642 | 1 | 2 |
+ | 216 | 0.parquet | 3642 | "0" | 2 |
+ | 216 | 1.parquet | 3642 | "1" | 2 |
851
852
- ");
+ "#);
853
854
Ok(())
855
}
0 commit comments