-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-3707] [SQL] Fix bug of type coercion in DIV #2559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
Test FAILed. |
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
Tests timed out after a configured wait of |
|
Test FAILed. |
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test PASSed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you changing this line? this could give more information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing this, I have reverted it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we couldn't revert this, seems it leads a compiling error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a note it looks like importing dsl.expressions._ is the cause as it also uses ===.
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test FAILed. |
|
Looks like the failure is a legitimate compilation problem. |
d1c553f to
199a85d
Compare
|
retest this please. |
|
QA tests have started for PR 2559 at commit
|
|
QA tests have finished for PR 2559 at commit
|
|
Test PASSed. |
|
@marmbrus any more comments on this? |
|
Thanks, I've merged this to master. |
Calling
BinaryArithmetic.dataTypewill throws exception until it's resolved, but in type coercion ruleDivision, seems doesn't follow this.