pan3793 commented on PR #52641: URL: https://github.com/apache/spark/pull/52641#issuecomment-3421810816
@beliefer, this actually introduces user-facing changes and complicates things, which is exactly what I want to avoid whenever possible. To summarize, my current proposed candidates are: 1. (preferred) - just change `version()` result from `short_version` to `spark_version`. it changes nothing for Apache releases. 2. (acceptable) - option one, but have an internal config to allow reverting previous behavior, which benefits vendor cases. 3. (not entirely convinced) - keep things as-is. 4. (disagree) - introduce another function or new args for `version()`, this complicates things and might confuse the user further. -- 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]
