[FEA] Scala 2.13 build should emit an error message when trying to build with unsupported shim #9563
Labels
build
Related to CI / CD or cleanly building
Scala 2.13
Issues related to Scala 2.13 binaries
task
Work required that improves the product but is not user facing
tech debt
Now that #8592 is merged, we can build the repository with Scala 2.13. However, we only support Apache Spark 3.3.0 and higher (not Cloudera or Databricks or older versions). We should emit a clear error message when trying to build with an unsupported version, when someone specifies this through
-Dbuildver
:cd scala2.13 mvn -Dbuildver=311 verify
Should emit an error:
Same error should show up if we try to use a Databricks related profile:
I don't think we should remove these profiles in Scala 2.13 since Spark 4.0.0 will switch to Scala 2.13 and ultimately Databricks and Cloudera will pick that up.
The text was updated successfully, but these errors were encountered: