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

[JS] Remove hard-coded Field.nullable #22120

Closed
asfimport opened this issue Jun 22, 2019 · 1 comment
Closed

[JS] Remove hard-coded Field.nullable #22120

asfimport opened this issue Jun 22, 2019 · 1 comment

Comments

@asfimport
Copy link

Context: #4502 (comment)

This isn't a huge issue since we can just elide validity buffers when null count is zero, but sometimes it's desirable to be able to assert a Field is never null.

Reporter: Brian Hulette / @TheNeuralBit

Note: This issue was originally created as ARROW-5689. Please see the migration documentation for further details.

@domoritz
Copy link
Member

domoritz commented Jan 5, 2024

Fields can be nullable or not now

const s = new Schema([new Field("foo", new Int32, false), new Field("bar", new Int32, true)]);

@domoritz domoritz closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants