mapleFU commented on issue #41604:
URL: https://github.com/apache/arrow/issues/41604#issuecomment-2112001263

   @pitrou Note that:
   1. If the compress is not enabled, the `file_csv` will be `S3 <-- Buffered 
<-- Csv reader`. Here it would provide `block_size` io size for csv reader
   2. Otherwise, if compress enabled, the `file_csv` will be `S3 <-- Compress 
<-- Buffered <-- Csv reader`. I prefer changing it to `S3 <-- Buffered <-- 
Compress  <-- Csv reader`


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