Commit 646b84b
[SPARK-51522][SQL] Disable lazy union children test for single-pass Analyzer
### What changes were proposed in this pull request?
Disable lazy union children test for single-pass Analyzer.
### Why are the changes needed?
Single-pass Analyzer won't support this oddity - this is not possible to do using a regular Dataset API.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
`build/sbt "testOnly org.apache.spark.sql.execution.PlannerSuite"`
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #50289 from vladimirg-db/vladimir-golubev_data/disable-lazy-union-children-in-single-pass-analyzer.
Authored-by: Vladimir Golubev <vladimir.golubev@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>1 parent 4ef0dc0 commit 646b84b
File tree
1 file changed
+19
-9
lines changed- sql/core/src/test/scala/org/apache/spark/sql/execution
1 file changed
+19
-9
lines changedLines changed: 19 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
752 | 757 | | |
753 | 758 | | |
754 | 759 | | |
755 | | - | |
756 | | - | |
757 | | - | |
758 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
759 | 769 | | |
760 | 770 | | |
761 | 771 | | |
| |||
0 commit comments