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 2021/08/05 12:35:45 UTC

[GitHub] [arrow-rs] alamb opened a new issue #659: Parquet boolean columns write Int32 statistics

alamb opened a new issue #659:
URL: https://github.com/apache/arrow-rs/issues/659


   **Describe the bug**
   When writing a boolean column, the parquet writer will create `Int32Stats` rather than `BooleanStats`
   
   **To Reproduce**
   See test case `column::writer::tests::test_bool_statistics` added in https://github.com/apache/arrow-rs/pull/643 
   
   **Expected behavior**
   a boolean column should result in BooleanStats
   
   **Additional context**
   Found while working on https://github.com/apache/arrow-rs/pull/643 


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



[GitHub] [arrow-rs] nevi-me closed issue #659: Parquet boolean columns write Int32 statistics

Posted by GitBox <gi...@apache.org>.
nevi-me closed issue #659:
URL: https://github.com/apache/arrow-rs/issues/659


   


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