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

users report spark function call incorrectly url escapes the function argument #26

Closed
dmiddlecamp opened this issue Mar 21, 2014 · 2 comments

Comments

@dmiddlecamp
Copy link
Contributor

from wgbartley:

While working on a little test, I ran into a semi bug in how the spark-cli spark function call command does not decode special characters when sent to the Spark. It's probably better explained with an example:

CLI sends:
spark function call test "The cake is a lie"

Spark receives:
The%20cake%20is%20a%20lie

I'm not sure if this is intentional or accidental (I'm guilty on many occasions), but thought I'd create a thread about it just in case.

@dmiddlecamp
Copy link
Contributor Author

Hmm, I was testing this again this morning, and I can't reproduce this in a sterile cli->api environment, I'll do some more testing against staging when I can

@dmiddlecamp
Copy link
Contributor Author

I've discovered this was an error with another cloud service, so I fixed it there instead! :) That fix should be included in the next cloud update.

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

No branches or pull requests

1 participant