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 incorrect schema of nested types of union - audit SPARK-36673 #3868

Merged
merged 4 commits into from
Oct 21, 2021

Conversation

tgravescs
Copy link
Collaborator

fixes #3836

This is an audit issue. The actual bug is handled by Spark side where it deals with the schema, but bring our code in sync with it. Here we have Trampoline code that was version specific so I created a ShimTrampolineUtil. I called that from the TrampolineUtil with the idea that user calls to one place and can go one place to find things easily, but if people have opinions on this we could just call into the ShimTrampolineUtil.

Signed-off-by: Thomas Graves tgraves@nvidia.com

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs tgravescs added this to the Oct 18 - Oct 29 milestone Oct 20, 2021
@tgravescs tgravescs self-assigned this Oct 20, 2021
@tgravescs
Copy link
Collaborator Author

build

@tgravescs
Copy link
Collaborator Author

build

nartal1
nartal1 previously approved these changes Oct 20, 2021
Copy link
Collaborator

@nartal1 nartal1 left a comment

Choose a reason for hiding this comment

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

LGTM. Just a minor nit in the comment.

@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit 746ddb6 into NVIDIA:branch-21.12 Oct 21, 2021
@tgravescs tgravescs deleted the schemaUnion branch October 21, 2021 13:20
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.

[FEA][AUDIT][SPARK-36673][SQL] Fix incorrect schema of nested types of union
2 participants