GitHub user gengliangwang opened a pull request:

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

    [WIP][SPARK-25129][SQL] Revert mapping com.databricks.spark.avro to 
org.apache.spark.sql.avro

    ## What changes were proposed in this pull request?
    
    In https://issues.apache.org/jira/browse/SPARK-24924, the data source 
provider com.databricks.spark.avro is mapped to the new package 
org.apache.spark.sql.avro .
    
    Avro is external module and not loaded by default, we should not prevent 
users from using "com.databricks.spark.avro".
    
    ## 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 revert_avro_mapping

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

    https://github.com/apache/spark/pull/22119.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 #22119
    
----
commit 4584b2db0e39a4a67685110e35a243757a858319
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-08-16T04:57:04Z

    Revert "[SPARK-24924][SQL] Add mapping for built-in Avro data source"
    
    This reverts commit 58353d7f4baa8102c3d2f4777a5c407f14993306.

commit 656790e7cc05ea1fd31e768ed1a05c18b7881de6
Author: Gengliang Wang <gengliang.wang@...>
Date:   2018-08-16T05:42:19Z

    improve error message

----


---

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

Reply via email to