-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2135][SQL] Use planner for in-memory scans #1072
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
Conversation
@liancheng, please take a look. |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't invalidate cached table content here. Maybe we should add a link to the corresponding JIRA ticket to remind that.
LGTM :) |
Author: Michael Armbrust <[email protected]> Closes #1072 from marmbrus/cachedStars and squashes the following commits: 8757c8e [Michael Armbrust] Use planner for in-memory scans. (cherry picked from commit 13f8cfd) Signed-off-by: Michael Armbrust <[email protected]>
@marmbrus @liancheng I think this broke branch-1.0 from building: Error I am seeing: |
@tgravescs @marmbrus I believe the reason of the compilation failure is that PR #863 was not merged into branch-1.0. That PR fixes a Parquet related bug and should be merged into branch-1.0. I'll try locally to see whether we can get it merged now, or I'll try to rebase that PR branch. |
Thanks for pointing this out @tgravescs. @liancheng We should probably just fully update branch-1.0 with master as far as Spark SQL goes. We avoiding merging a few patches right near the 1.0 release, but there is no reason to keep them out of 1.0.1. |
Here's a PR to bring 1.0 back in line with master: #1078 |
Author: Michael Armbrust <[email protected]> Closes apache#1072 from marmbrus/cachedStars and squashes the following commits: 8757c8e [Michael Armbrust] Use planner for in-memory scans. Conflicts: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala
Author: Michael Armbrust <[email protected]> Closes apache#1072 from marmbrus/cachedStars and squashes the following commits: 8757c8e [Michael Armbrust] Use planner for in-memory scans.
Author: Michael Armbrust <[email protected]> Closes apache#1072 from marmbrus/cachedStars and squashes the following commits: 8757c8e [Michael Armbrust] Use planner for in-memory scans.
No description provided.