Skip to content

Commit

Permalink
prefix shuffle_writer_type
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Aug 13, 2024
1 parent f07916a commit 501ba09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ case class ColumnarShuffleExchangeExec(
if (useSortBasedShuffle) GlutenConfig.GLUTEN_SORT_SHUFFLE_WRITER
else GlutenConfig.GLUTEN_HASH_SHUFFLE_WRITER
}
super.stringArgs ++ Iterator(s"$shuffleWriterType")
super.stringArgs ++ Iterator(s"[shuffle_writer_type=$shuffleWriterType]")
}

override def doExecute(): RDD[InternalRow] = {
Expand Down

0 comments on commit 501ba09

Please sign in to comment.