anishshri-db commented on code in PR #48401:
URL: https://github.com/apache/spark/pull/48401#discussion_r1837372481
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2204,6 +2204,16 @@ object SQLConf {
.intConf
.createWithDefault(3)
+ val STREAMING_STATE_STORE_ENCODING_FORMAT =
+ buildConf("spark.sql.streaming.stateStore.encodingFormat")
+ .doc("The encoding format used for stateful operators to store
information" +
Review Comment:
nit: space after `information` ?
--
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]