We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1289966 commit 66140edCopy full SHA for 66140ed
datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs
@@ -2076,7 +2076,7 @@ fn test_no_pushdown_grouping_sets_filter_on_missing_column() {
2076
.unwrap(),
2077
);
2078
2079
- // Filter on column 'a' which is missing in the second grouping set, shoud not be pushed down
+ // Filter on column 'a' which is missing in the second grouping set, should not be pushed down
2080
let predicate = col_lit_predicate("a", "foo", &schema());
2081
let plan = Arc::new(FilterExec::try_new(predicate, aggregate).unwrap());
2082
0 commit comments