Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2018

  1. [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 apache@8032cf8
    
     test("SPARK-22972: hive orc source")
        assert(HiveSerDe.sourceToSerDe("org.apache.spark.sql.hive.orc")
          .equals(HiveSerDe.sourceToSerDe("orc")))
    
    Author: xubo245 <601450868@qq.com>
    
    Closes apache#20165 from xubo245/HiveSerDe.
    xubo245 committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    f55ace6 View commit details
    Browse the repository at this point in the history