micheal-o commented on code in PR #51484:
URL: https://github.com/apache/spark/pull/51484#discussion_r2211699212
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala:
##########
@@ -1453,9 +1454,9 @@ abstract class StateStoreSuiteBase[ProviderClass <:
StateStoreProvider]
assert(e.getCondition == "CANNOT_WRITE_STATE_STORE.CANNOT_COMMIT")
if (store.getClass.getName contains ROCKSDB_STATE_STORE) {
- assert(e.getMessage contains "RocksDBStateStore[id=(op=0,part=0)")
+ assert(e.getMessage contains "RocksDBStateStore")
Review Comment:
Yeah lets verify the values, removing them weakens the test verification
--
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]