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

Remove commented-out semanticEquals overrides #3428

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Sep 9, 2021

Fixes #3375

Removes commented-out semanticEquals overrides. As far as I could tell, the logic being removed should match the behavior of the default semanticEquals since it should canonicalize the plan as GPU case classes, therefore we shouldn't inadvertently match against a CPU plan.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the Aug 30 - Sept 10 milestone Sep 9, 2021
@jlowe jlowe self-assigned this Sep 9, 2021
@jlowe
Copy link
Member Author

jlowe commented Sep 9, 2021

build

@jlowe jlowe merged commit 4ab2129 into NVIDIA:branch-21.10 Sep 10, 2021
@jlowe jlowe deleted the fix-semantic-equals branch September 10, 2021 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SPARK-35742 Replace semanticEquals with canonicalize
4 participants