Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2209][SQL] Cast shouldn't do null check twice. - #1143
Conversation
AmplabJenkins
commented
Jun 20, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 20, 2014
Merged build started. |
AmplabJenkins
commented
Jun 20, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 20, 2014
All automated tests passed. |
There was a problem hiding this comment.
How about merging these two if statements into 1 with &&?
liancheng
commented
Jun 20, 2014
LGTM. Making everything other than |
AmplabJenkins
commented
Jun 20, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 20, 2014
Merged build started. |
AmplabJenkins
commented
Jun 20, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 20, 2014
All automated tests passed. |
rxin
commented
Jun 20, 2014
Ok merging this in master & branch-1.0. |
Also took the chance to clean up cast a little bit. Too many arrows on each line before! Author: Reynold Xin <rxin@apache.org> Closes#1143 from rxin/cast and squashes the following commits: dd006cb [Reynold Xin] Code review feedback. c2b88ae [Reynold Xin] [SPARK-2209][SQL] Cast shouldn't do null check twice. (cherry picked from commit c55bbb4) Signed-off-by: Reynold Xin <rxin@apache.org>
Also took the chance to clean up cast a little bit. Too many arrows on each line before! Author: Reynold Xin <rxin@apache.org> Closesapache#1143 from rxin/cast and squashes the following commits: dd006cb [Reynold Xin] Code review feedback. c2b88ae [Reynold Xin] [SPARK-2209][SQL] Cast shouldn't do null check twice.
Also took the chance to clean up cast a little bit. Too many arrows on each line before! Author: Reynold Xin <rxin@apache.org> Closesapache#1143 from rxin/cast and squashes the following commits: dd006cb [Reynold Xin] Code review feedback. c2b88ae [Reynold Xin] [SPARK-2209][SQL] Cast shouldn't do null check twice.
…-2.4.4 (apache#1143) Co-authored-by: Egor Krivokon <>
Also took the chance to clean up cast a little bit. Too many arrows on each line before!