Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/21733#discussion_r206724964
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -871,6 +871,16 @@ object SQLConf {
.intConf
.createWithDefault(2)
+ val STREAMING_AGGREGATION_STATE_FORMAT_VERSION =
+
buildConf("spark.sql.streaming.streamingAggregation.stateFormatVersion")
--- End diff --
no need to saying "streaming" in "streamingAggregation" since its already
qualified by "spark.sql.streaming."
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]