franciscoabsampaio commented on PR #11: URL: https://github.com/apache/spark-connect-rust/pull/11#issuecomment-4390578689
Hi! Thanks for the contribution. I am, in general, against solutions that involve hardcoding the Spark version to the crate's internals. Spark 3 is also still the most widely used version (and definitely the most mature), so I am of the opinion that the Rust crate should support different versions. Of course, as functionality changes significantly, support for older versions can (and should) drop, but since this crate doesn't even have a 1.0 release, it seems too rushed to move to Spark 4 already. -- 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]
