Uh oh!
There was an error while loading. Please reload this page.
[SPARK-8238][SPARK-8239][SPARK-8242][SPARK-8243][SPARK-8268][SQL]Add ascii/base64/unbase64/encode/decode functions - #6843
Conversation
SparkQA
commented
Jun 16, 2015
Test build #34986 has finished for PR 6843 at commit
|
chenghao-intel
commented
Jun 16, 2015
@adrian-wang@zhichao-li can you review the code for me? |
SparkQA
commented
Jun 16, 2015
Test build #34990 has finished for PR 6843 at commit
|
SparkQA
commented
Jun 18, 2015
Test build #35132 has finished for PR 6843 at commit
|
chenghao-intel
commented
Jun 19, 2015
@rxin, any more comments on this? |
There was a problem hiding this comment.
i don't think this is necessary since it is a case class?
There was a problem hiding this comment.
btw i don't think we should be making everything uppercase..
There was a problem hiding this comment.
Probably the registered function name will make more sense, than giving the user a class name. What do you think?
SparkQA
commented
Jun 23, 2015
Test build #35522 has finished for PR 6843 at commit
|
SparkQA
commented
Jul 2, 2015
Test build #36330 has finished for PR 6843 at commit
|
SparkQA
commented
Jul 2, 2015
Test build #36341 has finished for PR 6843 at commit
|
SparkQA
commented
Jul 3, 2015
Test build #36500 has finished for PR 6843 at commit
|
SparkQA
commented
Jul 3, 2015
Test build #36501 has finished for PR 6843 at commit
|
There was a problem hiding this comment.
can you make this extend BinaryExpression? You can just define def bin = left, and def charset = right.
There was a problem hiding this comment.
Actually that's my intention, as I think the parameters is asymmetric semantically. Not sure if you are thinking the code impovement like #7157?
Add
ascii,base64,unbase64,encodeanddecodeexpressions.