-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-37983: [JS] Allow nullable fields in table when constructed from vector with nulls #39254
Conversation
…from vector with nulls
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.
LGTM.
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit e43f575. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
@domoritz the |
Oh, yes, that would be much better. I was actually surprised that vectors don't have a nullable property. |
Will do in #39435 |
…from vector with nulls (apache#39254)
…rs to table constructor (apache#39256) Merge after apache#39254. * Closes: apache#39255
…from vector with nulls (apache#39254)
…rs to table constructor (apache#39256) Merge after apache#39254. * Closes: apache#39255
…rs to table constructor (apache#39256) Merge after apache#39254. * Closes: apache#39255
We check whether a vector has nulls and then create the schema accordingly.