vchemla opened a new issue, #624:
URL: https://github.com/apache/arrow-datafusion-python/issues/624

   Hi,
   
   In our case, we would like to read a big CSV file compressed in .gz format.
   
   We would like to use the `read_csv ` function like this:
   
   `ctx.read_csv('myfile.csv.gz',file_extension=".csv.gz", delimiter=';', 
has_header=True, schema_infer_max_records=0, file_compression_type='gzip')`
   
   However, this decompression is not parallel like pigz (54 seconds) compared 
to 800 seconds when using the `read_csv` function.
   
   If you could take a look...


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