Github user tcondie commented on a diff in the pull request:
https://github.com/apache/spark/pull/15626#discussion_r85615458
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala
---
@@ -713,6 +713,8 @@ class StreamExecution(
}
object StreamExecution {
+ val OFFSET_LOG_VERSION = "v1"
--- End diff --
I removed this from StreamExecution. I was initially copying the approach
in CompactibleStreamLog, but realize that the notion of a version need not be
parameterized here. I'm still retaining the notion of a version, which no
resides in the OffsetSeqLog companion object, as per your suggestion.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]