Skip to content

Commit 66140ed

Browse files
committed
typo
1 parent 1289966 commit 66140ed

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/physical_optimizer/filter_pushdown

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ fn test_no_pushdown_grouping_sets_filter_on_missing_column() {
20762076
.unwrap(),
20772077
);
20782078

2079-
// Filter on column 'a' which is missing in the second grouping set, shoud not be pushed down
2079+
// Filter on column 'a' which is missing in the second grouping set, should not be pushed down
20802080
let predicate = col_lit_predicate("a", "foo", &schema());
20812081
let plan = Arc::new(FilterExec::try_new(predicate, aggregate).unwrap());
20822082

0 commit comments

Comments
 (0)