anishshri-db commented on code in PR #48401:
URL: https://github.com/apache/spark/pull/48401#discussion_r1815687788
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -2213,6 +2213,14 @@ object SQLConf {
.intConf
.createWithDefault(1)
+ val STREAMING_STATE_STORE_USE_AVRO_ENCODING =
+ buildConf("spark.sql.streaming.stateStore.useAvroEncoding")
Review Comment:
maybe rename as
`stateStore.encodingFormat`
and use default as `UnsafeRow` and also allow for setting it to `Avro`
--
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]