Commit f462b63
[SPARK-43979][SQL][FOLLOWUP] Fix the detection of alias-only project
### What changes were proposed in this pull request?
Fix a minor mistake in apache#42408 which is found during the branch 3.5 backport.
apache#42449 fixed it `branch-3.5` first.
### Why are the changes needed?
To make the code align with 3.5. We may remove `simplifyPlanForCollectedMetrics` entirely as it seems not an issue anymore in the master branch due to how we deduplicate relations.
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
Closes apache#42453 from cloud-fan/minor.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Kent Yao <[email protected]>1 parent 84dbe84 commit f462b63
File tree
1 file changed
+6
-3
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | | - | |
1117 | | - | |
1118 | | - | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
1119 | 1122 | | |
1120 | 1123 | | |
1121 | 1124 | | |
| |||
0 commit comments