-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-7153][SQL] support all integral type ordinal in GetArrayItem #5706
Conversation
Jenkins test it please. |
Hi @rxin , how can I trigger the jenkins to run test? |
Jenkins, test this please. |
(I think you need permission from us to do it) |
Can one of the admins verify this patch? |
Seems Jenkins got a problem... |
test this please. |
As we have moved out all |
cc @marmbrus , it's a minor change. |
ok to test |
Merged build triggered. |
Merged build started. |
Merged build finished. Test FAILed. |
Merged build triggered. |
Merged build started. |
Test build #35384 has started for PR 5706 at commit |
Test build #35384 has finished for PR 5706 at commit
|
Merged build finished. Test FAILed. |
retest this please. |
Merged build triggered. |
Merged build started. |
Test build #35393 has started for PR 5706 at commit |
Test build #35393 has finished for PR 5706 at commit
|
Merged build finished. Test PASSed. |
Thanks! Merging to master. |
first convert `ordinal` to `Number`, then convert to int type. Author: Wenchen Fan <cloud0fan@outlook.com> Closes apache#5706 from cloud-fan/7153 and squashes the following commits: 915db79 [Wenchen Fan] fix 7153
first convert
ordinal
toNumber
, then convert to int type.