zifeif2 commented on code in PR #53827:
URL: https://github.com/apache/spark/pull/53827#discussion_r2723114928
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/OfflineStateRepartitionIntegrationSuite.scala:
##########
@@ -144,8 +145,16 @@ class OfflineStateRepartitionOperatorSuite
repartitionBatchId)
// Step 6: Resume query with new input and verify
- withSQLConf(SQLConf.SHUFFLE_PARTITIONS.key -> newPartitions.toString) {
- verifyResumedQuery(inputData, checkpointDir.getAbsolutePath, clock)
+ verifyResumedQuery(inputData, checkpointDir.getAbsolutePath, clock)
+ }
+ }
+
+ def testWithStateStoreCheckpointIds(testName: String)(testBody: Boolean =>
Any): Unit = {
+ Seq(true, false).foreach { enableStateStoreCheckpointIds =>
Review Comment:
Yes it should. Added `testWithChangelogConfig` in next version
--
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]