Skip to content

Commit 1b3adae

Browse files
adriangbclaude
andcommitted
test: drop follow-up note from filter_pushdown test comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c6a2062 commit 1b3adae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,8 +1522,7 @@ async fn test_hashjoin_dynamic_filter_pushdown_partitioned() {
15221522
// can begin before the last partition has reported, so the scan may
15231523
// emit its first batch against the placeholder filter. The join
15241524
// itself still applies the filter correctly (result batches are
1525-
// snapshot-asserted below). Restoring scan-level early filtering
1526-
// under the non-blocking design is a follow-up optimization.
1525+
// snapshot-asserted below).
15271526

15281527
insta::assert_snapshot!(
15291528
result,
@@ -1699,8 +1698,7 @@ async fn test_hashjoin_dynamic_filter_pushdown_collect_left() {
16991698
// can begin before the last partition has reported, so the scan may
17001699
// emit its first batch against the placeholder filter. The join
17011700
// itself still applies the filter correctly (result batches are
1702-
// snapshot-asserted below). Restoring scan-level early filtering
1703-
// under the non-blocking design is a follow-up optimization.
1701+
// snapshot-asserted below).
17041702

17051703
insta::assert_snapshot!(
17061704
result,

0 commit comments

Comments
 (0)