dylanwong250 commented on code in PR #52148: URL: https://github.com/apache/spark/pull/52148#discussion_r2310887861
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreChangelog.scala: ########## @@ -447,6 +447,7 @@ abstract class StateStoreChangelogReader( Serialization.read[Array[LineageItem]](lineageStr) } + // The array contains lineage information from [snapShotVersion, version] Review Comment: I made a mistake it is actually [snapShotVersion, version). The version that was used to get this array is not included. I updated the comment to make this more clear. -- 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: reviews-unsubscr...@spark.apache.org 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