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

[Swift] Null count is not being set when reading from stream #39519

Closed
abandy opened this issue Jan 8, 2024 · 0 comments · Fixed by #39520
Closed

[Swift] Null count is not being set when reading from stream #39519

abandy opened this issue Jan 8, 2024 · 0 comments · Fixed by #39520

Comments

@abandy
Copy link
Contributor

abandy commented Jan 8, 2024

Describe the bug, including details regarding any error messages, version, and platform.

The null count is not being on when reading from a stream.

Component(s)

Swift

abandy added a commit to abandy/arrow that referenced this issue Jan 8, 2024
abandy added a commit to abandy/arrow that referenced this issue Jan 11, 2024
kou pushed a commit that referenced this issue Jan 13, 2024
Currently the reader is not properly setting the null count when building an array from a stream.  This PR adds a fix for this.

* Closes: #39519

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 16.0.0 milestone Jan 13, 2024
clayburn pushed a commit to clayburn/arrow that referenced this issue Jan 23, 2024
Currently the reader is not properly setting the null count when building an array from a stream.  This PR adds a fix for this.

* Closes: apache#39519

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
Currently the reader is not properly setting the null count when building an array from a stream.  This PR adds a fix for this.

* Closes: apache#39519

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this issue Feb 28, 2024
Currently the reader is not properly setting the null count when building an array from a stream.  This PR adds a fix for this.

* Closes: apache#39519

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 2024
Currently the reader is not properly setting the null count when building an array from a stream.  This PR adds a fix for this.

* Closes: apache#39519

Authored-by: Alva Bandy <abandy@live.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants