Commit e945bf1
committed
[SPARK-25278][SQL] Avoid duplicated Exec nodes when the same logical plan appears in the query
1 parent 3c67cb0 commit e945bf1
File tree
2 files changed
+12
-1
lines changed- sql
- catalyst/src/main/scala/org/apache/spark/sql/catalyst/planning
- core/src/test/scala/org/apache/spark/sql/execution/metric
2 files changed
+12
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
500 | 511 | | |
501 | 512 | | |
502 | 513 | | |
| |||
0 commit comments