Skip to content

Commit 3a90c6e

Browse files
committed
Clarify comments
1 parent f9606d8 commit 3a90c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/core/tests/parquet/filter_pushdown.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ async fn predicate_cache_pushdown_default() -> datafusion_common::Result<()> {
631631

632632
#[tokio::test]
633633
async fn predicate_cache_pushdown_disable() -> datafusion_common::Result<()> {
634-
// Can disable the cache even with filter pushdown by setting the size to 0. In this case we
635-
// no records are read from the cache and no metrics are reported
634+
// Can disable the cache even with filter pushdown by setting the size to 0.
635+
// This results in no records read from the cache and no metrics reported
636636
let mut config = SessionConfig::new();
637637
config.options_mut().execution.parquet.pushdown_filters = true;
638638
config

0 commit comments

Comments
 (0)