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

    https://github.com/apache/spark/pull/19431#discussion_r166605671
  
    --- Diff: 
external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka/DirectKafkaInputDStream.scala
 ---
    @@ -108,7 +115,9 @@ class DirectKafkaInputDStream[
               tp -> (if (maxRateLimitPerPartition > 0) {
                 Math.min(backpressureRate, maxRateLimitPerPartition)} else 
backpressureRate)
             }
    -      case None => offsets.map { case (tp, offset) => tp -> 
maxRateLimitPerPartition }
    +      case None => offsets.map { case (tp, offset) => tp -> {
    --- End diff --
    
    Fixed


---

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

Reply via email to