-
Notifications
You must be signed in to change notification settings - Fork 915
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 map column can not be non-nullable for java #14003
Conversation
Signed-off-by: Chong Gao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically this is not a breaking change for CUDF, but because the plugin code fails if it is using a deprecated API it will break the spark plugin build. Could you please have a PR ready to go in the Spark plugin so that the time we are broken is very short.
Corresponding PR: NVIDIA/spark-rapids#9147 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to see the changes the Spark plugin PR approved before this is merged in.
ok to test |
build |
ok to test |
rerurn tests |
/ok to test |
/ok to test |
@gpucibot merge |
@res-life, the Please re-comment this PR with |
/merge |
Description
Make map column non-nullable for java.
Changes:
Checklist
Update existing tests
Bug fix, no need to update document.