expected:<[[], [1], [1, 2], [1, 2, 3], [4, 3], [5], []]> but was:<[[], [1], [1, 2], [1, 2, 3]]>

java.lang.AssertionError: expected:<[[], [1], [1, 2], [1, 2, 3], [4, 3], [5], []]> but was:<[[], [1], [1, 2], [1, 2, 3]]>	at org.apache.spark.streaming.JavaMapWithStateSuite.testOperation(JavaMapWithStateSuite.java:191)	at org.apache.spark.streaming.JavaMapWithStateSuite.testBasicFunction(JavaMapWithStateSuite.java:147)