Skip to content
Snippets Groups Projects
Commit eb650a81 authored by Liwei Lin's avatar Liwei Lin Committed by Reynold Xin
Browse files

[STREAMING][MINOR] Fix a duplicate "be" in comments

Author: Liwei Lin <proflin.me@gmail.com>

Closes #11650 from lw-lin/typo.
parent 99b7187c
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,7 @@ sealed abstract class StateSpec[KeyType, ValueType, StateType, MappedType] exten
def numPartitions(numPartitions: Int): this.type
/**
* Set the partitioner by which the state RDDs generated by `mapWithState` will be
* be partitioned.
* Set the partitioner by which the state RDDs generated by `mapWithState` will be partitioned.
*/
def partitioner(partitioner: Partitioner): this.type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment