Bidek56 commented on PR #3642:
URL: 
https://github.com/apache/arrow-datafusion/pull/3642#issuecomment-1369238377

   @Licht-T Were you able to test this change? I am trying these csv options 
and it simple returns nothing on a valid .gz file.
   Thanks
   
   `let csv_options = 
CsvReadOptions::default().has_header(true).file_compression_type(FileCompressionType::GZIP);
   ctx.register_csv("attrib", file, csv_options).await?;
   `


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