slfan1989 opened a new issue, #1473: URL: https://github.com/apache/auron/issues/1473
### Description: We plan to introduce support for `Spark 4`. Currently, the module name `spark-extension-shims-spark3` is tightly coupled with `Spark 3-specific` versions. To make the module naming more general and version-agnostic, we should rename it to `spark-extension-shims-spark`. This change will make it easier to extend support for multiple Spark versions (e.g., Spark 3.x, Spark 4.x) without duplicating shim module definitions. ### Motivation: - The existing naming restricts the shim implementation to `Spark 3`. - A generic name will allow us to maintain one consistent shim module structure. - This aligns with our goal of modularizing Spark extensions and minimizing code duplication. -- 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]
