Commit 6338c98
committed
test: extend SPARK-43402 plan-match to CometNativeScanExec and retag to #4042
The SubquerySuite "SPARK-43402: FileSourceScanExec supports push down data
filter with scalar subquery" test was tagged against #3315 in #4041 for
native_datafusion. Its first failure was just a missed pattern match; adding
CometNativeScanExec to the plan collection gets past that assertion, but the
test then fails on a genuine behavior gap: the pushed scalar subquery is a
plain Subquery rather than ReusedSubqueryExec, so reuse does not happen.
Extend the test's plan-match to cover CometNativeScanExec (paralleling the
existing FileSourceScanLike and CometScanExec cases) and retag the ignore to
the new narrower tracking issue #4042.1 parent b98a736 commit 6338c98
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
1322 | | - | |
| 1322 | + | |
1323 | 1323 | | |
1324 | 1324 | | |
1325 | 1325 | | |
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
| 1368 | + | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
1374 | | - | |
| 1374 | + | |
1375 | 1375 | | |
1376 | 1376 | | |
1377 | 1377 | | |
| |||
1380 | 1380 | | |
1381 | 1381 | | |
1382 | 1382 | | |
| 1383 | + | |
1383 | 1384 | | |
1384 | 1385 | | |
1385 | 1386 | | |
| |||
1396 | 1397 | | |
1397 | 1398 | | |
1398 | 1399 | | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
1399 | 1404 | | |
1400 | 1405 | | |
1401 | 1406 | | |
| |||
0 commit comments