Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Shri Saran Raj N <[email protected]>
  • Loading branch information
Shri Saran Raj N committed Dec 11, 2024
1 parent 59aa26b commit e4e133e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ trait FlintJobExecutor {
}

def getSegmentName(sparkSession: SparkSession): String = {
val maxExecutorsCount = sparkSession.conf.get(FlintSparkConf.MAX_EXECUTORS_COUNT.key, "unknown")
val maxExecutorsCount =
sparkSession.conf.get(FlintSparkConf.MAX_EXECUTORS_COUNT.key, "unknown")
String.format("%se", maxExecutorsCount)
}

Expand Down

0 comments on commit e4e133e

Please sign in to comment.