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/07 06:40:00 UTC

[GitHub] [arrow-rs] Ted-Jiang opened a new issue, #2021: i try to use

Ted-Jiang opened a new issue, #2021:
URL: https://github.com/apache/arrow-rs/issues/2021

   i try to use
   ```
   row_group_metadata
                       .column(0)
                       .statistics()
                       .unwrap()
                       .min_bytes(),
   ```
   get min values from one column chunk metadata in type In64, but it return only 4 bytes...
   I think this is a bug.
   
   _Originally posted by @Ted-Jiang in https://github.com/apache/arrow-rs/pull/2012#discussion_r914564868_


-- 
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] Ted-Jiang closed issue #2021: Column chunk statistics of min_bytes and max_bytes return wrong size

Posted by GitBox <gi...@apache.org>.
Ted-Jiang closed issue #2021: Column chunk statistics of min_bytes and  max_bytes return wrong size
URL: https://github.com/apache/arrow-rs/issues/2021


-- 
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] Ted-Jiang commented on issue #2021: Column chunk statistics of min_bytes and max_bytes return wrong size

Posted by GitBox <gi...@apache.org>.
Ted-Jiang commented on issue #2021:
URL: https://github.com/apache/arrow-rs/issues/2021#issuecomment-1177174516

   Sorry, wrong situation.


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