dongjoon-hyun commented on code in PR #53365:
URL: https://github.com/apache/spark/pull/53365#discussion_r2595669437
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2850,6 +2850,15 @@ object SQLConf {
.intConf
.createWithDefault(1)
+ val STREAMING_OFFSET_LOG_FORMAT_VERSION =
+ buildConf("spark.sql.streaming.offsetLog.formatVersion")
+ .internal()
+ .doc("The version of the offset log format. The default value is 1.")
+ .version("4.1.0")
Review Comment:
Thank you so much!
--
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]