Skip to content
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-12459][SQL]add ExpressionDescription to string functions #10460

Closed
wants to merge 1 commit into from
Closed

[SPARK-12459][SQL]add ExpressionDescription to string functions #10460

wants to merge 1 commit into from

Conversation

huaxingao
Copy link
Contributor

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@@ -889,6 +978,11 @@ case class Decode(bin: Expression, charset: Expression)
* (one of 'US-ASCII', 'ISO-8859-1', 'UTF-8', 'UTF-16BE', 'UTF-16LE', 'UTF-16').
* If either argument is null, the result will also be null.
*/
@ExpressionDescription(
usage = "_FUNC_(string, charset) - Computes the first argument into a BINARY using " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Converts the first argument

@yhuai
Copy link
Contributor

yhuai commented May 2, 2016

@huaxingao I think dongjoon-hyun@a7ce473 has fixed this issue. Can you close this PR? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants