Skip to content

Commit 08a0e29

Browse files
committed
docs(tests): add issue reference for dynamic filter pushdown test
1 parent 7a3c6db commit 08a0e29

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ async fn test_hashjoin_dynamic_filter_pushdown_null_keys() {
11661166

11671167
// TODO: NullEqualsNothing yields no matching keys, so the dynamic filter
11681168
// becomes a tautology.
1169+
// https://github.com/apache/datafusion/issues/17206
11691170
let join = plan.as_any().downcast_ref::<HashJoinExec>().unwrap();
11701171
assert_projection(&join.left, &["a", "b", "c"]);
11711172
assert_projection(&join.right, &["a", "b", "e"]);

0 commit comments

Comments
 (0)