We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Failure message: https://github.com/NVIDIA/spark-rapids/runs/6734105319?check_suite_focus=true#step:2:12045
Spark has made object QueryExecutionErrors to be private[sql]. (https://issues.apache.org/jira/browse/SPARK-39367) We cannot access it now.
object QueryExecutionErrors
private[sql]
Affected versions: Spark 3.2.2
The text was updated successfully, but these errors were encountered:
I find a similar issue: #5739
Sorry, something went wrong.
RapidsErrorUtils
org.apache.spark.sql.shims
Close this issue. As we don't need to modify branch 22.06
Successfully merging a pull request may close this issue.
Describe the bug
Failure message:
https://github.com/NVIDIA/spark-rapids/runs/6734105319?check_suite_focus=true#step:2:12045
Spark has made
object QueryExecutionErrors
to beprivate[sql]
. (https://issues.apache.org/jira/browse/SPARK-39367)We cannot access it now.
Affected versions: Spark 3.2.2
The text was updated successfully, but these errors were encountered: