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

Fix spark330 build due to removal of isElementAt parameter from mapKeyNotExistError #5296

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Apr 21, 2022

Fixes #5295.

Updates the code for the changes in SPARK-38967 which removed the isElementAtFunction parameter from the mapKeyNotExistError method. This parameter is no longer necessary in the corresponding RapidsErrorUtils method, so I removed it.

…yNotExistError

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the build Related to CI / CD or cleanly building label Apr 21, 2022
@jlowe jlowe added this to the Apr 18 - Apr 29 milestone Apr 21, 2022
@jlowe jlowe self-assigned this Apr 21, 2022
@jlowe
Copy link
Member Author

jlowe commented Apr 21, 2022

build

@jlowe jlowe merged commit 80ad204 into NVIDIA:branch-22.06 Apr 21, 2022
@jlowe jlowe deleted the fix-330-build branch April 21, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Build fails for Spark 3.3 due to extra arguments to mapKeyNotExistError
3 participants