GitHub user dongjinleekr opened a pull request:
https://github.com/apache/spark/pull/22342
Feature/fix kafka sql trivials
## What changes were proposed in this pull request?
Fix unused imports & outdated comments on `kafka-0-10-sql` module. (Found
while I was working on
[SPARK-23539](https://github.com/apache/spark/pull/22282))
## How was this patch tested?
Existing unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjinleekr/spark
feature/fix-kafka-sql-trivials
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22342.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22342
----
commit 4a5a7e8c88a53f363b58dada46fe9df13a814c0f
Author: Lee Dongjin <dongjin@...>
Date: 2018-09-05T13:02:44Z
Remove unused import from KafkaRelation
commit 3b9ea74bc5facf7a17f698bbaac6f08243fc11bc
Author: Lee Dongjin <dongjin@...>
Date: 2018-09-05T13:05:15Z
Remove unused import from KafkaOffsetRangeCalculator
commit f116d9e7bb4de94510f67677f92b726f678d2bcc
Author: Lee Dongjin <dongjin@...>
Date: 2018-09-05T13:13:38Z
Fix comments on KafkaStreamWriterFactory: it does not extend
DataWriterFactory from commit e754887.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]