Skip to content

Commit 4152b5e

Browse files
committed
remove outdated comment
1 parent c11957a commit 4152b5e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • datafusion/core/tests/physical_optimizer/filter_pushdown

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ fn test_node_handles_child_pushdown_result() {
361361

362362
#[tokio::test]
363363
async fn test_topk_dynamic_filter_pushdown() {
364-
// This test is a bit of a hack, but it shows that we can push down dynamic filters
365-
// into the DataSourceExec. The test is not perfect because we don't have a real
366-
// implementation of the dynamic filter yet, so we just use a static filter.
367364
let batches = vec![
368365
record_batch!(
369366
("a", Utf8, ["aa", "ab"]),

0 commit comments

Comments
 (0)