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

    https://github.com/apache/spark/pull/22598#discussion_r223354040
  
    --- Diff: 
external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala
 ---
    @@ -515,12 +500,16 @@ private[kafka010] object KafkaSourceProvider extends 
Logging {
           // If buffer config is not set, set it to reasonable value to work 
around
           // buffer issues (see KAFKA-3135)
           .setIfUnset(ConsumerConfig.RECEIVE_BUFFER_CONFIG, 65536: 
java.lang.Integer)
    -      .build()
    +
    +    configUpdater.setTokenJaasConfigIfNeeded()
    +
    --- 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