gatorsmile opened a new pull request #28131: [SPARK-29554][SQL][FOLLOWUP] Update Auto-generated Alias Name for Version URL: https://github.com/apache/spark/pull/28131 ### What changes were proposed in this pull request? The auto-generated alias name of built-in function `version()` is `sparkversion()`. After this PR, it is updated to `version()`. ### Why are the changes needed? Based on our auto-generated alias name convention for the built-in functions, the alias names should be consistent with the function names. This built-in function `version` is added in the upcoming Spark 3.0. Thus, we should fix it before the release. ### Does this PR introduce any user-facing change? Yes. Update the column name in schema if users do not specify the alias. ### How was this patch tested? Added a test case.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
