HyukjinKwon opened a new pull request, #39001: URL: https://github.com/apache/spark/pull/39001
### What changes were proposed in this pull request? This PR proposes to change `prettyName` of `StringDecode` to `decode` to keep the name as was. It was changed from SPARK-33527. Note that I don't change `nodeName` here to keep the strings in the plan to differentiate `Decode` from `StringDecode`. ### Why are the changes needed? This is technically a beahviour change (or regression) from SPARK-33527 although we don't guarantee the compatibility there. ### Does this PR introduce _any_ user-facing change? Yes, it changes the default output column name from `stringdecode` to `decode`. ### How was this patch tested? Relates unittests were fixed together. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
