Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/20096#discussion_r160005666
--- Diff:
external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaWriteTask.scala
---
@@ -74,8 +56,49 @@ private[kafka010] class KafkaWriteTask(
producer = null
}
}
+}
+
+private[kafka010] class KafkaRowWriter(
--- End diff --
nit: make this a trait .. so that it cannot be directly used.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]