Skip to content

Commit

Permalink
Update AutoTuner unit tests to Spark version 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Dec 31, 2024
1 parent 5380342 commit 3f31738
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ class AppInfoProviderMockTest(val maxInput: Double,
*/
abstract class BaseAutoTunerSuite extends FunSuite with BeforeAndAfterEach with Logging {

val defaultSparkVersion = "3.1.1"
// Default Spark version
val defaultSparkVersion = "3.2.0"
// Default RapidsShuffleManager version
val defaultSmVersion: String = defaultSparkVersion.filterNot(_ == '.')

val defaultDataprocProps: mutable.Map[String, String] = {
mutable.LinkedHashMap[String, String](
Expand Down
Loading

0 comments on commit 3f31738

Please sign in to comment.