bowenliang123 commented on code in PR #5802: URL: https://github.com/apache/kyuubi/pull/5802#discussion_r1413287138
########## docs/contributing/code/building.md: ########## @@ -67,6 +67,19 @@ Since v1.1.0, Kyuubi support building with different Spark profiles, | -Pspark-3.2 | No | 1.4.0 | | -Pspark-3.3 | Yes | 1.6.0 | +## Building Kyuubi Against Different Scala Versions + +Since v1.8.0, Kyuubi support building with different Scala profile. Currently, Kyuubi supports building with Scala 2.12 and 2.13, while Scala 2.12 by default. + +| Profile | Default | Since | +|--------------|---------|-------| +| (Scala 2.12) | ✓ | - | Review Comment: The style above has been updated to use tick for default. see #5801 -- 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]
