-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12480][follow-up] use a single column vararg for hash #10588
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
Conversation
|
cc @rxin |
|
Can you update the error message to say "hash requires at least one argument"? |
|
LGTM |
|
Oh - we need to add a version for python too... |
|
Test build #48743 has finished for PR 10588 at commit
|
|
Test build #48736 has finished for PR 10588 at commit
|
|
Test build #48741 has finished for PR 10588 at commit
|
|
Test build #48750 has finished for PR 10588 at commit
|
|
Test build #48758 has finished for PR 10588 at commit
|
|
Thanks - I've merged this. |
address comments in #10435
This makes the API easier to use if user programmatically generate the call to hash, and they will get analysis exception if the arguments of hash is empty.