Skip to content

Commit 6e53a99

Browse files
viiryaclaude
andcommitted
[SQL] Fix non-ASCII em dash in SortExec.rowSorter warning comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a317af2 commit 6e53a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/execution/SortExec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ case class SortExec(
6363
"spillSize" -> SQLMetrics.createSizeMetric(sparkContext, "spill size"))
6464

6565
// WARNING: This is a shared mutable var on the SortExec instance. Do not access it from
66-
// multiple threads concurrently Spark operators do not guarantee thread-safety and one
66+
// multiple threads concurrently - Spark operators do not guarantee thread-safety and one
6767
// task's sorter could overwrite another's, causing a race condition.
6868
private[sql] var rowSorter: UnsafeExternalRowSorter = _
6969

0 commit comments

Comments
 (0)