Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/19467#discussion_r144406045
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/statefulOperators.scala
---
@@ -43,10 +43,11 @@ case class StatefulOperatorStateInfo(
checkpointLocation: String,
queryRunId: UUID,
operatorId: Long,
- storeVersion: Long) {
+ storeVersion: Long,
+ numPartitions: Int) {
--- End diff --
nice!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]