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

Conversation

xubo245
Copy link
Contributor

@xubo245 xubo245 commented Jan 9, 2018

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.
This PR is for branch-2.2 and cherry-pick from 8032cf8

The old PR is #20165

How was this patch tested?

Please see test("SPARK-22972: hive orc source")

@xubo245
Copy link
Contributor Author

xubo245 commented Jan 9, 2018

I submit a separate PR for 2.2 in here, please review it. @gatorsmile

…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.
@gatorsmile
Copy link
Member

ok to test

@SparkQA
Copy link

SparkQA commented Jan 9, 2018

Test build #85842 has finished for PR 20195 at commit f55ace6.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@gatorsmile gatorsmile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gatorsmile
Copy link
Member

Thanks! Merged to 2.2

asfgit pushed a commit that referenced this pull request Jan 10, 2018
…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.
This PR is for branch-2.2 and cherry-pick from 8032cf8

The old PR is #20165

## How was this patch tested?

 Please see test("SPARK-22972: hive orc source")

Author: xubo245 <601450868@qq.com>

Closes #20195 from xubo245/HiveSerDeForBranch2.2.
@dongjoon-hyun
Copy link
Member

@xubo245. Since it's merged, could you close your PR now?
For the PR against old branches like this, we need to close the PR manually.

@xubo245 xubo245 changed the title [SPARK-22972] Couldn't find corresponding Hive SerDe for data source provider org.apache.spark.sql.hive.orc [SPARK-22972][SQL] Couldn't find corresponding Hive SerDe for data source provider org.apache.spark.sql.hive.orc Jan 11, 2018
@xubo245
Copy link
Contributor Author

xubo245 commented Jan 11, 2018

ok @dongjoon-hyun

@xubo245 xubo245 closed this Jan 11, 2018
MatthewRBruce pushed a commit to Shopify/spark that referenced this pull request Jul 31, 2018
…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.
This PR is for branch-2.2 and cherry-pick from apache@8032cf8

The old PR is apache#20165

## How was this patch tested?

 Please see test("SPARK-22972: hive orc source")

Author: xubo245 <601450868@qq.com>

Closes apache#20195 from xubo245/HiveSerDeForBranch2.2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants