xuanyuanking edited a comment on pull request #28707:
URL: https://github.com/apache/spark/pull/28707#issuecomment-638072075


   > @skambha it doesn't fix the issue, it gives a better error message when we 
hit the issue.
   
   Yep, WIP for the integrated test of the state store format invalidation. I 
will show you the difference with/ this patch on the error message.
   
   > Safety guards must be placed in front of this - like SPARK-27237, which I 
think it covers various general issues with providing clearer guide of schema 
incompatibility between state and the query being run.
   
   Yes, the two approach addresses different sides of this issue, SPARK-27237 
require an extra file to keep the schema, which can make the schema checking 
possible. This one is a guard for random failure or correctness bug.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to