You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by tdas <gi...@git.apache.org> on 2018/08/01 01:58:05 UTC

[GitHub] spark pull request #21733: [SPARK-24763][SS] Remove redundant key data from ...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org