Commit 10d4ffd
[SPARK-28532][SPARK-28530][SQL][FOLLOWUP] Inline doc for FixedPoint(1) batches "Subquery" and "Join Reorder"
## What changes were proposed in this pull request?
Explained why "Subquery" and "Join Reorder" optimization batches should be `FixedPoint(1)`, which was introduced in SPARK-28532 and SPARK-28530.
## How was this patch tested?
Existing UTs.
Closes apache#25320 from yeshengm/SPARK-28530-followup.
Lead-authored-by: Xiao Li <[email protected]>
Co-authored-by: Yesheng Ma <[email protected]>
Signed-off-by: gatorsmile <[email protected]>1 parent 8ae032d commit 10d4ffd
File tree
1 file changed
+4
-0
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
| 171 | + | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| |||
0 commit comments