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

Create a new array rather than slicing a typedarray to support nulls #1794

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Jan 3, 2022

A typed array cannot hold nulls, and our uncheckedCast makes it appear
that this is sane while it isn't.

Fixes #1224

A typed array cannot hold nulls, and our uncheckedCast makes it appear
that this is sane while it isn't.

Fixes deephaven#1224
@niloc132 niloc132 merged commit 3be2c62 into deephaven:main Jan 4, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newly appended nulls show up as 0.0
2 participants