assignUser commented on issue #34319:
URL: https://github.com/apache/arrow/issues/34319#issuecomment-1442644728

   Actually same issue exists in 10.0.0
   ```
   packageVersion('arrow')
       microbenchmark::microbenchmark(
         arrow::read_parquet(file, col_select = 1:200), times = 10
       )
   [1] '10.0.0'
   Unit: seconds
                                             expr      min       lq     mean  
median       uq      max neval
    arrow::read_parquet(file, col_select = 1:200) 6.135635 6.225003 6.312112 
6.28199 6.361715 6.578094    10
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to