GitHub user xubo245 opened a pull request:

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

    [SPARK-22972] Couldn't find corresponding Hive SerDe for data source 
provider org.apache.spark.sql.hive.orc

    
    ## What changes were proposed in this pull request?
    
    Fix the warning: Couldn't find corresponding Hive SerDe for data source 
provider org.apache.spark.sql.hive.orc.
    For branch-2.2, it cherry-pick from 
https://github.com/apache/spark/commit/8032cf852fccd0ab8754f633affdc9ba8fc99e58
    
    ## How was this patch tested?
    
     test("SPARK-22972: hive orc source")


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xubo245/spark HiveSerDeForBranch2.2

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

    https://github.com/apache/spark/pull/20195.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 #20195
    
----
commit c65f3efd6270adc5c8708e100263379758fd5d82
Author: xubo245 <601450868@...>
Date:   2018-01-09T02:15:01Z

    [SPARK-22972] Couldn't find corresponding Hive SerDe for data source 
provider org.apache.spark.sql.hive.orc
    
    Fix the warning: Couldn't find corresponding Hive SerDe for data source 
provider org.apache.spark.sql.hive.orc.
    For branch-2.2, it cherry-pick from 
https://github.com/apache/spark/commit/8032cf852fccd0ab8754f633affdc9ba8fc99e58
    
     test("SPARK-22972: hive orc source")
        assert(HiveSerDe.sourceToSerDe("org.apache.spark.sql.hive.orc")
          .equals(HiveSerDe.sourceToSerDe("orc")))
    
    Author: xubo245 <601450...@qq.com>
    
    Closes #20165 from xubo245/HiveSerDe.

----


---

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

Reply via email to