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/06 17:28:54 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #2015: ColumnWriterImpl::write_batch_with_statistics incorrect page statistics

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

   **Describe the bug**
   
   If calls to `write_batch_with_statistics` are mixed with calls to `write_batch` it can lead to invalid page statistics, as they will only be computed for the data passed to `write_batch`.
   
   **To Reproduce**
   
   Inspect code
   
   **Expected behavior**
   
   These methods should behave consistently
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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 #2015: `ColumnWriterImpl::write_batch_with_statistics` can write incorrect page statistics

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #2015: `ColumnWriterImpl::write_batch_with_statistics` can write incorrect page statistics
URL: https://github.com/apache/arrow-rs/issues/2015


-- 
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