Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8227][SQL]Add function unhex - #7113
Conversation
AmplabJenkins
commented
Jun 30, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 30, 2015
Merged build started. |
SparkQA
commented
Jun 30, 2015
Test build #36100 has started for PR 7113 at commit |
SparkQA
commented
Jun 30, 2015
Test build #36100 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jun 30, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
Jun 30, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 30, 2015
Merged build started. |
SparkQA
commented
Jun 30, 2015
Test build #36109 has started for PR 7113 at commit |
SparkQA
commented
Jun 30, 2015
Test build #36109 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jun 30, 2015
Merged build finished. Test FAILed. |
AmplabJenkins
commented
Jun 30, 2015
Merged build triggered. |
AmplabJenkins
commented
Jun 30, 2015
Merged build started. |
SparkQA
commented
Jun 30, 2015
Test build #36111 has started for PR 7113 at commit |
SparkQA
commented
Jun 30, 2015
Test build #36111 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jun 30, 2015
Merged build finished. Test FAILed. |
There was a problem hiding this comment.
Converting UTF8String to String is slow, please use getBytes
AmplabJenkins
commented
Jul 1, 2015
Merged build triggered. |
AmplabJenkins
commented
Jul 1, 2015
Merged build started. |
SparkQA
commented
Jul 1, 2015
Test build #36223 has started for PR 7113 at commit |
SparkQA
commented
Jul 1, 2015
Test build #36223 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jul 1, 2015
Merged build finished. Test FAILed. |
zhichao-li
commented
Jul 1, 2015
reset this please |
There was a problem hiding this comment.
@davies this could be changed to ByteType, couldn't it? This avoids a cast, if someone calls this with a byte array.
There was a problem hiding this comment.
hex() return StringType, so unhex() should take StringType, not BinaryType.
AmplabJenkins
commented
Jul 1, 2015
Merged build triggered. |
AmplabJenkins
commented
Jul 1, 2015
Merged build started. |
SparkQA
commented
Jul 1, 2015
Test build #36262 has started for PR 7113 at commit |
SparkQA
commented
Jul 1, 2015
Test build #36262 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jul 1, 2015
Merged build finished. Test PASSed. |
AmplabJenkins
commented
Jul 2, 2015
Merged build triggered. |
AmplabJenkins
commented
Jul 2, 2015
Merged build started. |
SparkQA
commented
Jul 2, 2015
Test build #36320 has started for PR 7113 at commit |
SparkQA
commented
Jul 2, 2015
Test build #36320 has finished for PR 7113 at commit
|
AmplabJenkins
commented
Jul 2, 2015
Merged build finished. Test PASSed. |
davies
commented
Jul 2, 2015
LGTM, merging this into master, thanks! |
There was a problem hiding this comment.
this should just implement ExpectsInputTypes, and use BinaryType as the only type.
There will be a rule in #7175 to do implicit type casting from null type to expected type(s).
cc @chenghao-intel@adrian-wang