anishshri-db commented on code in PR #47133: URL: https://github.com/apache/spark/pull/47133#discussion_r1680059077
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStore.scala: ########## @@ -408,6 +408,9 @@ object StateStoreProvider { hadoopConf: Configuration, useMultipleValuesPerKey: Boolean): StateStoreProvider = { val provider = create(storeConf.providerClass) + // scalastyle:off println + println(s"provider config is ${storeConf.providerClass}, all config = ${storeConf.sqlConfs}") Review Comment: intentional ? -- 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