GitHub user evacchi opened a pull request:
https://github.com/apache/spark/pull/5556
[SQL] SPARK-6981: Factor out SparkPlanner and QueryExecution from SQLContext
Dependent types add additional, unnecessary complexity to third-parties who
may want to extend SQLContext with new rewriting strategies; moreover,
HiveContext benefits from this simplifying change as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/evacchi/spark sqlctx-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5556.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 #5556
----
commit 114f5a1ac0a70ae61dab35efc7e657050daaa631
Author: Edoardo Vacchi <[email protected]>
Date: 2015-04-17T13:18:18Z
Refactor out SparkPlanner from SQLContext
Signed-off-by: Edoardo Vacchi <[email protected]>
commit 131e8e9c5595fa84536ab7f6a5b5868e0fdd464d
Author: Edoardo Vacchi <[email protected]>
Date: 2015-04-17T13:24:13Z
Cleanup HiveContext, following SparkContext refactoring
Signed-off-by: Edoardo Vacchi <[email protected]>
commit 61478b51985fb5fcd32d4c8c277706831cb4853f
Author: Edoardo Vacchi <[email protected]>
Date: 2015-04-17T13:30:42Z
Refactor out QueryExecution from SQLContext
Signed-off-by: Edoardo Vacchi <[email protected]>
commit ed6a563b8df49de694312551213eaafe56cea552
Author: Edoardo Vacchi <[email protected]>
Date: 2015-04-17T13:37:03Z
Factor out HiveQueryExecution from HiveContext
Signed-off-by: Edoardo Vacchi <[email protected]>
commit 59293c4f5784208e98e471b002d89777b1245d74
Author: Edoardo Vacchi <[email protected]>
Date: 2015-04-17T13:46:20Z
Revert erroneous test rename
Signed-off-by: Edoardo Vacchi <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]