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-3.3 build fix - Move QueryExecutionErrors to sql package #5742

Merged
merged 2 commits into from
Jun 4, 2022

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Jun 3, 2022

This fixes #5739
As mentioned in the issue QueryExecutionErrors is changed to private scope now. Updated the code to fix build errors.
Calling QueryExecutionErrors methods from org.apache.spark.sql scope.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the P0 Must have for release label Jun 3, 2022
@nartal1 nartal1 added this to the May 23 - Jun 3 milestone Jun 3, 2022
@nartal1 nartal1 self-assigned this Jun 3, 2022
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1
Copy link
Collaborator Author

nartal1 commented Jun 3, 2022

build

@nartal1 nartal1 added the bug Something isn't working label Jun 3, 2022
Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

alternatively could have moved RapidsErrrorUtils to an org.apache.spark.sql namespace package

@gerashegalov gerashegalov merged commit 2cc7136 into NVIDIA:branch-22.06 Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Spark 3.3 build failure - QueryExecutionErrors package scope changed
2 participants