You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/11 15:50:13 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #2046: Don't double-count nulls in write_batch_with_statistics

tustvold opened a new issue, #2046:
URL: https://github.com/apache/arrow-rs/issues/2046

   **Describe the bug**
   
   Currently if you pass a non-zero null count to `write_batch_with_statistics`, it will add this to the metrics deduced from the pages.
   
   **To Reproduce**
   
   Use write_batch_with_statistics with a non-zero null counts
   
   **Expected behavior**
   
   Passing a null count shouldn't result in incorrect statistics
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #2046: Don't double-count nulls in write_batch_with_statistics

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2046: Don't double-count nulls in write_batch_with_statistics
URL: https://github.com/apache/arrow-rs/issues/2046


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org