Skip to content

Commit 2882e4f

Browse files
committed
fmt
1 parent dc3593f commit 2882e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/core/src/datasource/view_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ mod tests {
303303
async fn filter_pushdown_view() -> Result<()> {
304304
// Disable parquet pushdown_filters to ensure filters stay as FilterExec nodes
305305
// rather than being pushed into the Parquet reader
306-
let config =
307-
SessionConfig::new().set_bool("datafusion.execution.parquet.pushdown_filters", false);
306+
let config = SessionConfig::new()
307+
.set_bool("datafusion.execution.parquet.pushdown_filters", false);
308308
let ctx = SessionContext::new_with_config(config);
309309

310310
ctx.register_parquet(

0 commit comments

Comments
 (0)