Skip to content

Commit 8bef67b

Browse files
committed
SPARK-24308: fix doc
1 parent b362574 commit 8bef67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/ContinuousMemoryStream.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ import org.apache.spark.util.RpcUtils
4141

4242
/**
4343
* The overall strategy here is:
44-
* ContinuousMemoryStream maintains a list of records for each partition. addData() will
44+
* * ContinuousMemoryStream maintains a list of records for each partition. addData() will
4545
* distribute records evenly-ish across partitions.
46-
* RecordEndpoint is set up as an endpoint for executor-side
46+
* * RecordEndpoint is set up as an endpoint for executor-side
4747
* ContinuousMemoryStreamInputPartitionReader instances to poll. It returns the record at
4848
* the specified offset within the list, or null if that offset doesn't yet have a record.
4949
*/

0 commit comments

Comments
 (0)