GitHub user gengliangwang opened a pull request:
https://github.com/apache/spark/pull/21841
[SPARK-24768][SQL]Avro: remove implicit class
AvroDataFrameWriter/AvroDataFrameReader
## What changes were proposed in this pull request?
As per Reynold's comment:
https://github.com/apache/spark/pull/21742#discussion_r203496489
It makes sense to remove the implicit class
AvroDataFrameWriter/AvroDataFrameReader, since the Avro package is external
module.
## How was this patch tested?
Unit test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gengliangwang/spark removeImplicit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21841.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 #21841
----
commit 30e09f816d90be3083cd23ef216315fceb6d3105
Author: Gengliang Wang <gengliang.wang@...>
Date: 2018-07-22T17:42:57Z
remove implicit class AvroDataFrameWriter/AvroDataFrameReader
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]