comphead commented on code in PR #979: URL: https://github.com/apache/datafusion-comet/pull/979#discussion_r1806703120
########## docs/source/user-guide/installation.md: ########## @@ -30,17 +30,22 @@ Make sure the following requirements are met and software installed on your mach ### Supported Spark Versions -Comet currently supports the following versions of Apache Spark: +### Supported Apache Spark Versions +For more details, refer to the documentation: [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions) + +- **Apache Spark 3.3, 3.4, or 3.5** + - **Supported Java Versions**: JDK 8 and above + - **GLIBC**: 2.17 (CentOS 7) and above + - **Scala**: 2.12/2.13 +- **Apache Spark 4.0** *(Experimental Support - is intended for development/testing use only and should not be used in production yet.)* + - **Supported Java Versions**: JDK 17/21 + - **GLIBC**: 2.17 (CentOS 7) and above Review Comment: for GLIBC Im thinking if its good to specify a Linux distribution... I would leave just a version and put a command to check GLIBC like `ldd --version` -- 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]
