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.
1 parent f9606d8 commit 3a90c6eCopy full SHA for 3a90c6e
datafusion/core/tests/parquet/filter_pushdown.rs
@@ -631,8 +631,8 @@ async fn predicate_cache_pushdown_default() -> datafusion_common::Result<()> {
631
632
#[tokio::test]
633
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
+ // Can disable the cache even with filter pushdown by setting the size to 0.
+ // This results in no records read from the cache and no metrics reported
636
let mut config = SessionConfig::new();
637
config.options_mut().execution.parquet.pushdown_filters = true;
638
config
0 commit comments