Uh oh!
There was an error while loading. Please reload this page.
[SPARK-7153][SQL] support all integral type ordinal in GetArrayItem - #5706
[SPARK-7153][SQL] support all integral type ordinal in GetArrayItem#5706cloud-fan wants to merge 1 commit into
Conversation
cloud-fan
commented
Apr 26, 2015
Jenkins test it please. |
cloud-fan
commented
Apr 27, 2015
Hi @rxin , how can I trigger the jenkins to run test? |
rxin
commented
Apr 27, 2015
Jenkins, test this please. |
rxin
commented
Apr 27, 2015
(I think you need permission from us to do it) |
AmplabJenkins
commented
Apr 27, 2015
Can one of the admins verify this patch? |
cloud-fan
commented
Apr 28, 2015
Seems Jenkins got a problem... |
cloud-fan
commented
May 12, 2015
test this please. |
cloud-fan
commented
Jun 19, 2015
As we have moved out all |
cloud-fan
commented
Jun 19, 2015
cc @marmbrus , it's a minor change. |
marmbrus
commented
Jun 19, 2015
ok to test |
AmplabJenkins
commented
Jun 19, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 19, 2015
Merged build started. |
AmplabJenkins
commented
Jun 19, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
Jun 21, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 21, 2015
Merged build started. |
SparkQA
commented
Jun 21, 2015
Test build #35384 has started for PR 5706 at commit |
SparkQA
commented
Jun 21, 2015
Test build #35384 has finished for PR 5706 at commit
|
AmplabJenkins
commented
Jun 21, 2015
Merged build finished. Test FAILed. |
cloud-fan
commented
Jun 21, 2015
retest this please. |
AmplabJenkins
commented
Jun 21, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 21, 2015
Merged build started. |
SparkQA
commented
Jun 21, 2015
Test build #35393 has started for PR 5706 at commit |
SparkQA
commented
Jun 21, 2015
Test build #35393 has finished for PR 5706 at commit
|
AmplabJenkins
commented
Jun 21, 2015
Merged build finished. Test PASSed. |
marmbrus
commented
Jun 23, 2015
Thanks! Merging to master. |
first convert `ordinal` to `Number`, then convert to int type. Author: Wenchen Fan <cloud0fan@outlook.com> Closesapache#5706 from cloud-fan/7153 and squashes the following commits: 915db79 [Wenchen Fan] fix 7153
first convert
ordinaltoNumber, then convert to int type.