anishshri-db commented on code in PR #47104:
URL: https://github.com/apache/spark/pull/47104#discussion_r1662995896
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreErrors.scala:
##########
@@ -178,6 +187,17 @@ class
StateStoreUnsupportedOperationException(operationType: String, entity: Str
messageParameters = Map("operationType" -> operationType, "entity" ->
entity)
)
+class StateStoreColumnFamilyMismatch(
+ columnFamilyName: String,
+ oldColumnFamilySchema: String,
+ newColumnFamilySchema: String)
+ extends SparkUnsupportedOperationException(
+ errorClass = "STATE_STORE_COLUMN_FAMILY_MISMATCH",
Review Comment:
can we mention that schema is not compatible ?
--
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]