Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in math - #7451
[SPARK-8280][SPARK-8281][SQL]Handle NaN, null and Infinity in math#7451yjshen wants to merge 3 commits into
Conversation
yjshen
commented
Jul 16, 2015
Log family semantic comparision:
Since we disable udf7 to enable log base between (0.0, 1], we do not have log related comparsion with Hive. So, what about other semantics of |
There was a problem hiding this comment.
Still need + 0.0 here, math.atan2 is calling java.lang.Math.atan2 inside
yjshen
commented
Jul 16, 2015
cc @rxin |
rxin
commented
Jul 16, 2015
Let's follow Hive for log, and make sure we add a unit test. |
yjshen
commented
Jul 17, 2015
So we behave like Hive except that we do support log base in between (0.0, 1.0], and add a unit test like |
rxin
commented
Jul 17, 2015
Yup. |
rxin
commented
Jul 17, 2015
Jenkins, add to whitelist. |
rxin
commented
Jul 17, 2015
Jenkins, ok to test. |
rxin
commented
Jul 17, 2015
Jenkins, test this please. |
rxin
commented
Jul 17, 2015
Jenkins, retest this please. |
SparkQA
commented
Jul 17, 2015
Test build #37596 has finished for PR 7451 at commit
|
SparkQA
commented
Jul 17, 2015
Test build #37605 has finished for PR 7451 at commit
|
yjshen
commented
Jul 17, 2015
rebased the code to resolve merge conflicts. |
rxin
commented
Jul 17, 2015
Jenkins, retest this please. |
SparkQA
commented
Jul 17, 2015
Test build #37646 has finished for PR 7451 at commit
|
rxin
commented
Jul 17, 2015
Oops there is another conflict. I tried resolving this locally but it was a big one. Can you resolve it? |
yjshen
commented
Jul 17, 2015
yes, I've resolved it locally, push here again in a minute. |
rxin
commented
Jul 17, 2015
Jenkins, retest this please. |
1 similar comment
rxin
commented
Jul 17, 2015
Jenkins, retest this please. |
rxin
commented
Jul 18, 2015
Thanks - I've merged this. |
JIRA:
https://issues.apache.org/jira/browse/SPARK-8280
https://issues.apache.org/jira/browse/SPARK-8281