andygrove commented on code in PR #4140: URL: https://github.com/apache/datafusion-comet/pull/4140#discussion_r3197341950
########## docs/source/user-guide/latest/source.md: ########## @@ -53,17 +53,17 @@ Build Comet for a specific Spark version: ```console cd datafusion-comet -make release PROFILES="-Pspark-3.5" +make release PROFILES="-Pspark-4.1" ``` -Note that the project builds for Scala 2.12 by default but can be built for Scala 2.13 using an additional profile: +Note that the project builds for Scala 2.13 by default but can be built for Scala 2.12 using an additional profile: ```console -make release PROFILES="-Pspark-3.5 -Pscala-2.13" +make release PROFILES="-Pspark-3.5 -Pscala-2.12" Review Comment: I have a draft docs PR open - will fix this there - thanks -- 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]
