Skip to content

Commit

Permalink
def->val typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jul 15, 2024
1 parent cd86e54 commit 7b201ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class QueryExecution(

val id: Long = QueryExecution.nextExecutionId

def shuffleCleanupMode: ShuffleCleanupMode = {
val shuffleCleanupMode: ShuffleCleanupMode = {
val conf = sparkSession.sessionState.conf
val shuffleCleanupMode =
if (conf.getConf(SQLConf.SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED)) {
Expand Down

0 comments on commit 7b201ce

Please sign in to comment.