GitHub user gengliangwang opened a pull request: https://github.com/apache/spark/pull/22196
[SPARK-24811][FOLLOWUP][SQL]Revise package of AvroDataToCatalyst and CatalystDataToAvro ## What changes were proposed in this pull request? In https://github.com/apache/spark/pull/21838, the class `AvroDataToCatalyst` and `CatalystDataToAvro` were put in package `org.apache.spark.sql`. They should be moved to package `org.apache.spark.sql.avro`. Also optimize imports in Avro 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 avro_revise_package_name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22196.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 #22196 ---- commit 78c8fcd3a7255d5bbac01475fe44fcba0c15a8d9 Author: Gengliang Wang <gengliang.wang@...> Date: 2018-08-23T06:04:57Z revise package name of AvroDataToCatalyst and CatalystDataToAvro ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org