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-6851][SQL] Create new instance for each converted parquet relation #5458

Closed
wants to merge 1 commit into from

Conversation

marmbrus
Copy link
Contributor

Otherwise we end up rewriting predicates to be trivially equal (i.e. a#1 = a#2 -> a#3 = a#3), at which point the query is no longer valid.

@yhuai
Copy link
Contributor

yhuai commented Apr 10, 2015

LGTM

@marmbrus
Copy link
Contributor Author

test this please

@SparkQA
Copy link

SparkQA commented Apr 10, 2015

Test build #30050 has finished for PR 5458 at commit 22df77c.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.
  • This patch does not change any dependencies.

@asfgit asfgit closed this in 23d5f88 Apr 10, 2015
asfgit pushed a commit that referenced this pull request Apr 10, 2015
…tion

Otherwise we end up rewriting predicates to be trivially equal (i.e. `a#1 = a#2` -> `a#3 = a#3`), at which point the query is no longer valid.

Author: Michael Armbrust <michael@databricks.com>

Closes #5458 from marmbrus/selfJoinParquet and squashes the following commits:

22df77c [Michael Armbrust] [SPARK-6851][SQL] Create new instance for each converted parquet relation

(cherry picked from commit 23d5f88)
Signed-off-by: Michael Armbrust <michael@databricks.com>

Conflicts:
	sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala
@marmbrus marmbrus deleted the selfJoinParquet branch August 3, 2015 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants