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

Move RapidsErrorUtils to org.apache.spark.sql.shims package #5745

Merged

Conversation

HaoYang670
Copy link
Collaborator

@HaoYang670 HaoYang670 commented Jun 5, 2022

Signed-off-by: remzi 13716567376yh@gmail.com
Close #5744
The QueryExecutionErrors has been declared as private[sql] in Spark 330+ and Spark 321. Update the code to fix build error.

Signed-off-by: remzi <13716567376yh@gmail.com>
@HaoYang670
Copy link
Collaborator Author

build

@@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.nvidia.spark.rapids.shims
package org.apache.spark.sql.rapids.shims
Copy link
Collaborator

@tgravescs tgravescs Jun 5, 2022

Choose a reason for hiding this comment

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

we wouldn't need to move this one, correct? They only changed in 3.2.2 and later?

Copy link
Collaborator

Choose a reason for hiding this comment

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

please file a followup issue

Copy link
Collaborator

@tgravescs tgravescs left a comment

Choose a reason for hiding this comment

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

going to merge to fix builds we can discuss if we want to move the < 3.2.1 back after

@tgravescs tgravescs merged commit a561744 into NVIDIA:branch-22.08 Jun 5, 2022
@nartal1
Copy link
Collaborator

nartal1 commented Jun 5, 2022

going to merge to fix builds we can discuss if we want to move the < 3.2.1 back after

Curious to know why this was merged to 22.08 and not 22.06.

@sameerz
Copy link
Collaborator

sameerz commented Jun 7, 2022

going to merge to fix builds we can discuss if we want to move the < 3.2.1 back after

Curious to know why this was merged to 22.08 and not 22.06.

The fix is for Spark-3.2.2 which is as yet unreleased, so would not be targeted for 22.06.

@sameerz sameerz added the bug Something isn't working label Jun 7, 2022
@sameerz sameerz added this to the Jun 6 - Jun 17 milestone Jun 7, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Compile failure with Spark 3.2.2
4 participants