GitHub user gengliangwang opened a pull request:

    https://github.com/apache/spark/pull/21866

    [SPARK-24768][FollowUp][SQL]Avro migration followup: change artifactId to 
spark-avro

    ## What changes were proposed in this pull request?
    After rethinking on the artifactId, I think it should be `spark-avro` 
instead of `spark-sql-avro`, which is simpler, and consistent with the previous 
artifactId. I think we need to change it before Spark 2.4 release.
    
    Also a tiny changes, use `spark.sessionState.newHadoopConf()` to get the 
hadoop configuration, thus the related hadoop configurations in SQLConf will 
come into effect.
    
    ## 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_followup

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21866.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 #21866
    
----
commit cff6f2a0459e8cc4e48f28bde8103ea44ce5a1ab
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-07-24T19:24:59Z

    avro migration followup: change artifactId to spark-avro

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to