-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Go] RecordBuilder doesn't allow setting map items as non-nullable #33932
Labels
Milestone
Comments
zeroshade
added a commit
that referenced
this issue
Feb 1, 2023
…eld (#33906) ### Rationale for this change Fix build RecordBuilder with non-nullable items map field ### Are these changes tested? yes ### Are there any user-facing changes? bug fix * Closes: #33932 Lead-authored-by: coldWater <forsaken628@gamil.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
sjperkins
pushed a commit
to sjperkins/arrow
that referenced
this issue
Feb 10, 2023
…map field (apache#33906) ### Rationale for this change Fix build RecordBuilder with non-nullable items map field ### Are these changes tested? yes ### Are there any user-facing changes? bug fix * Closes: apache#33932 Lead-authored-by: coldWater <forsaken628@gamil.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
gringasalpastor
pushed a commit
to gringasalpastor/arrow
that referenced
this issue
Feb 17, 2023
…map field (apache#33906) ### Rationale for this change Fix build RecordBuilder with non-nullable items map field ### Are these changes tested? yes ### Are there any user-facing changes? bug fix * Closes: apache#33932 Lead-authored-by: coldWater <forsaken628@gamil.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
fatemehp
pushed a commit
to fatemehp/arrow
that referenced
this issue
Feb 24, 2023
…map field (apache#33906) ### Rationale for this change Fix build RecordBuilder with non-nullable items map field ### Are these changes tested? yes ### Are there any user-facing changes? bug fix * Closes: apache#33932 Lead-authored-by: coldWater <forsaken628@gamil.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
There is currently no way to set the items for a map as "non-nullable" when constructing with a builder.
Component(s)
Go
The text was updated successfully, but these errors were encountered: