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-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveTableReader, and ScriptTransformation #12727

Closed
wants to merge 2 commits into from

Conversation

rxin
Copy link
Contributor

@rxin rxin commented Apr 27, 2016

What changes were proposed in this pull request?

This patch removes HiveConf from HiveTableScanExec and HiveTableReader and instead just uses our own configuration system. I'm splitting the large change of removing HiveConf into multiple independent pull requests because it is very difficult to debug test failures when they are all combined in one giant one.

How was this patch tested?

Should be covered by existing tests.

@SparkQA
Copy link

SparkQA commented Apr 27, 2016

Test build #57090 has finished for PR 12727 at commit df728f2.

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

@rxin rxin changed the title [SPARK-14944][SQL] Remove HiveConf from HiveTableScanExec and HiveTableReader [SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveTableReader, and ScriptTransformation Apr 27, 2016
@yhuai
Copy link
Contributor

yhuai commented Apr 27, 2016

LGTM

@yhuai
Copy link
Contributor

yhuai commented Apr 27, 2016

Merging to master!

@asfgit asfgit closed this in d73d67f Apr 27, 2016
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.

3 participants