Commit 33291d7
[SPARK-18634][SQL][TRIVIAL] Touch-up Generate
## What changes were proposed in this pull request?
I jumped the gun on merging apache#16120, and missed a tiny potential problem. This PR fixes that by changing a val into a def; this should prevent potential serialization/initialization weirdness from happening.
## How was this patch tested?
Existing tests.
Author: Herman van Hovell <[email protected]>
Closes apache#16170 from hvanhovell/SPARK-18634.1 parent 35e7b2d commit 33291d7
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments