[SPARK-21205][SQL] pmod(number, 0) should be null.#18413
[SPARK-21205][SQL] pmod(number, 0) should be null.#18413wangyum wants to merge 4 commits intoapache:masterfrom wangyum:SPARK-21205
Conversation
|
Test build #78572 has finished for PR 18413 at commit
|
|
I don't know enough to review the change but I believe you're correct. Dividing by zero also results in NULL right? |
|
Test build #78584 has finished for PR 18413 at commit
|
|
Test build #78587 has finished for PR 18413 at commit
|
|
cc @wzhfy |
|
Jenkins, retest this please |
|
Test build #78785 has finished for PR 18413 at commit
|
|
Jenkins, retest this please |
|
Test build #78911 has finished for PR 18413 at commit
|
|
Test build #79073 has finished for PR 18413 at commit
|
|
Jenkins, retest this please |
|
Test build #79087 has finished for PR 18413 at commit
|
|
@HyukjinKwon Could you help review this? |
|
retest this please |
|
Test build #80240 has finished for PR 18413 at commit
|
What changes were proposed in this pull request?
Hive
pmod(3.13, 0):Spark
mod(3.13, 0):But the Spark
pmod(3.13, 0):This PR make
pmod(number, 0)to null.How was this patch tested?
unit tests