Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20097#discussion_r159356713
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/RateStreamSourceV2.scala
 ---
    @@ -111,7 +112,7 @@ class RateStreamV2Reader(options: DataSourceV2Options)
     
           val packedRows = mutable.ListBuffer[(Long, Long)]()
           var outVal = startVal + numPartitions
    -      var outTimeMs = startTimeMs + msPerPartitionBetweenRows
    +      var outTimeMs = startTimeMs
    --- End diff --
    
    why this change?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to