Skip to content

Commit bf8e55e

Browse files
committed
trailing space
1 parent 9d92235 commit bf8e55e

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/internal/config

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/internal/config/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ package object config {
410410
.doc("Remote block will be fetched to disk when size of the block is above this threshold " +
411411
"in bytes. This is to avoid a giant request takes too much memory. We can enable this " +
412412
"config by setting a specific value(e.g. 200m). Note this configuration will affect " +
413-
"both shuffle fetch and block manager remote block fetch. For users who enabled " +
413+
"both shuffle fetch and block manager remote block fetch. For users who enabled " +
414414
"external shuffle service, this feature can only be worked when external shuffle" +
415415
"service is newer than Spark 2.2.")
416416
.bytesConf(ByteUnit.BYTE)

0 commit comments

Comments
 (0)