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 2020/08/19 13:41:28 UTC

[GitHub] [arrow] alamb opened a new pull request #8006: ARROW-9800: [Rust][Parquet] Remove println! when writing column statistics

alamb opened a new pull request #8006:
URL: https://github.com/apache/arrow/pull/8006


   Prior to this PR,  the following output is printed during local execution of a test:
   
   ```
   min: [0] 1
   max: [1] 1
   min: [0] 1
   max: [1] 1
   min: [0] 1
   max: [1] 1
   min: [0] 1
   max: [1] 1
   min: [0] 1
   max: [1] 1
   min: [0] 1
   max: [1] 1
   ```
   It appears to have been introduced in https://github.com/apache/arrow/commit/12b30dda1a23bad70e5b11b8cef845d0effd01d4 / https://github.com/apache/arrow/pull/7622, likely mistakenly. FYI @zeevm and @sunchao 
   
   


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

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



[GitHub] [arrow] andygrove closed pull request #8006: ARROW-9800: [Rust][Parquet] Remove println! when writing column statistics

Posted by GitBox <gi...@apache.org>.
andygrove closed pull request #8006:
URL: https://github.com/apache/arrow/pull/8006


   


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8006: ARROW-9800: [Rust][Parquet] Remove println! when writing column statistics

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8006:
URL: https://github.com/apache/arrow/pull/8006#issuecomment-676385386


   https://issues.apache.org/jira/browse/ARROW-9800


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

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