You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: