Skip to content

Commit ddbccf2

Browse files
committed
Adapt comments in test
1 parent 4100642 commit ddbccf2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

datafusion-cli/src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,6 @@ mod tests {
653653
Ok(())
654654
}
655655

656-
/// Shows that the statistics cache is not enabled by default yet
657-
/// See https://github.com/apache/datafusion/issues/19217
658656
#[tokio::test]
659657
async fn test_statistics_cache_default() -> Result<(), DataFusionError> {
660658
let ctx = SessionContext::new();
@@ -684,8 +682,6 @@ mod tests {
684682
.await?;
685683
}
686684

687-
// When the cache manager creates a StatisticsCache by default,
688-
// the contents will show up here
689685
let sql = "SELECT split_part(path, '/', -1) as filename, file_size_bytes, num_rows, num_columns, table_size_bytes from statistics_cache() order by filename";
690686
let df = ctx.sql(sql).await?;
691687
let rbs = df.collect().await?;

0 commit comments

Comments
 (0)