Commit 16c8d56
[SPARK-2509][SQL] Add optimization for Substring.
`Substring` including `null` literal cases could be added to `NullPropagation`.
Author: Takuya UESHIN <[email protected]>
Closes #1428 from ueshin/issues/SPARK-2509 and squashes the following commits:
d9eb85f [Takuya UESHIN] Add Substring cases to NullPropagation.
(cherry picked from commit 9b38b7c)
Signed-off-by: Reynold Xin <[email protected]>1 parent 96fdc7c commit 16c8d56
File tree
1 file changed
+3
-0
lines changed- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
| |||
0 commit comments