Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
After SPARK-37272 and SPARK-37282, we can manually add
-Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest,org.apache.spark.tags.ExtendedRocksDBTest
when run mvn test or sbt test to disable unsupported UTs on Macos using Apple Silicon.
We can add a profile to and activate this property automatically when run UTs on Macos using Apple Silicon.