HeartSaVioR commented on code in PR #46885:
URL: https://github.com/apache/spark/pull/46885#discussion_r1637385486


##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingStateStoreFormatCompatibilitySuite.scala:
##########
@@ -254,7 +253,7 @@ class StreamingStateStoreFormatCompatibilitySuite extends 
StreamTest {
   private def findStateSchemaException(exc: Throwable): Boolean = {
     exc match {
       case _: SparkUnsupportedOperationException => true
-      case _: InvalidUnsafeRowException => true
+      case _: SparkException => true

Review Comment:
   Can we use StateStoreKeyRowFormatValidationFailure and 
StateStoreValueRowFormatValidationFailure here?



-- 
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]

Reply via email to