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 7a3c6db commit 08a0e29Copy full SHA for 08a0e29
datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs
@@ -1166,6 +1166,7 @@ async fn test_hashjoin_dynamic_filter_pushdown_null_keys() {
1166
1167
// TODO: NullEqualsNothing yields no matching keys, so the dynamic filter
1168
// becomes a tautology.
1169
+ // https://github.com/apache/datafusion/issues/17206
1170
let join = plan.as_any().downcast_ref::<HashJoinExec>().unwrap();
1171
assert_projection(&join.left, &["a", "b", "c"]);
1172
assert_projection(&join.right, &["a", "b", "e"]);
0 commit comments