HeartSaVioR commented on code in PR #39069:
URL: https://github.com/apache/spark/pull/39069#discussion_r1049288529
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreConf.scala:
##########
@@ -71,11 +71,10 @@ class StateStoreConf(
/**
* Additional configurations related to state store. This will capture all
configs in
- * SQLConf that start with `spark.sql.streaming.stateStore.` and
extraOptions for a specific
- * operator.
+ * SQLConf that start with `spark.sql.streaming.stateStore.`
*/
- val confs: Map[String, String] =
-
sqlConf.getAllConfs.filter(_._1.startsWith("spark.sql.streaming.stateStore."))
++ extraOptions
+ val stateStoreSQLConfs: Map[String, String] =
Review Comment:
nit: sqlConfs
--
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]