-
- Downloads
[SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set...
[SPARK-13195][STREAMING] Fix NoSuchElementException when a state is not set but timeoutThreshold is defined Check the state Existence before calling get. Author: Shixiong Zhu <shixiong@databricks.com> Closes #11081 from zsxwing/SPARK-13195.
Showing
- streaming/src/main/scala/org/apache/spark/streaming/rdd/MapWithStateRDD.scala 2 additions, 1 deletion...cala/org/apache/spark/streaming/rdd/MapWithStateRDD.scala
- streaming/src/test/scala/org/apache/spark/streaming/rdd/MapWithStateRDDSuite.scala 5 additions, 0 deletions...org/apache/spark/streaming/rdd/MapWithStateRDDSuite.scala
Please register or sign in to comment