Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
None
Description
Follow up to https://github.com/apache/spark/pull/47932
The validate version method force checks if the version persisted in the commit log
But the V2 checkpoint is only meaningful to stateful queries, so for a stateless query, a CommitLog running under V1 (old code) should be able to process a persisted commit log that has V2 format (new log)