Commit 9ad4a6e
[MINOR][SQL][TESTS] Remove duplicated plan node check in DataFrameSetOperationsSuite
### What changes were proposed in this pull request?
Remove duplicated plan node check in DataFrameSetOperationsSuite
### Why are the changes needed?
Code is unnecessarily checking for `InMemoryTableScanExec` in executed plan twice.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
UT
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #50227 from Surbhi-Vijay/RefactorDataframeTest.
Authored-by: Surbhi Vijayvargeeya <surbhivijayvargeeya@gmail.com>
Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>1 parent 0094f44 commit 9ad4a6e
File tree
1 file changed
+6
-6
lines changed- sql/core/src/test/scala/org/apache/spark/sql
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1478 | 1478 | | |
1479 | 1479 | | |
1480 | 1480 | | |
1481 | | - | |
| 1481 | + | |
| 1482 | + | |
1482 | 1483 | | |
1483 | 1484 | | |
1484 | 1485 | | |
1485 | 1486 | | |
| 1487 | + | |
1486 | 1488 | | |
1487 | 1489 | | |
1488 | 1490 | | |
| |||
1494 | 1496 | | |
1495 | 1497 | | |
1496 | 1498 | | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
| 1499 | + | |
| 1500 | + | |
1501 | 1501 | | |
1502 | 1502 | | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | | - | |
| 1505 | + | |
1506 | 1506 | | |
1507 | 1507 | | |
1508 | 1508 | | |
| |||
0 commit comments