Github user YuvalItzchakov commented on a diff in the pull request:
https://github.com/apache/spark/pull/21997#discussion_r207716764
--- Diff:
external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceRDD.scala
---
@@ -124,8 +124,6 @@ private[kafka010] class KafkaSourceRDD(
thePart: Partition,
context: TaskContext): Iterator[ConsumerRecord[Array[Byte],
Array[Byte]]] = {
val sourcePartition = thePart.asInstanceOf[KafkaSourceRDDPartition]
- val topic = sourcePartition.offsetRange.topic
- val kafkaPartition = sourcePartition.offsetRange.partition
--- End diff --
Yes, removed them since they were unused.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]