anishshri-db commented on code in PR #52035:
URL: https://github.com/apache/spark/pull/52035#discussion_r2279701250
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreCheckpointFormatV2Suite.scala:
##########
@@ -1172,6 +1195,46 @@ class RocksDBStateStoreCheckpointFormatV2Suite extends
StreamTest
validateCheckpointInfo(6, 1, Set(2, 4, 6))
}
+ testWithCheckpointInfoTracked(
+ s"checkpointFormatVersion2 validate StreamingGlobalLimit") {
Review Comment:
Can you also run with shuffle partitions set to different values ?
Lets try
- numPartitions = 1
- numPartitions = 10
- numPartitions = 200 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]