zhdech opened a new issue, #8019:
URL: https://github.com/apache/seatunnel/issues/8019

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   
![image](https://github.com/user-attachments/assets/56e2a086-6dfd-470b-8934-07df4b7dfd64)
   In practical applications, some files end in. gz, and currently LocalFile 
Connectors version 2.3.8 does not support reading gz files
   在实际应用中,有些文件是.gz结尾的,目前LocalFile Connectors 2.3.8版本不支持gz文件的读取
   
   ### Usage Scenario
   
   source {
     LocalFile {
       path = "/aa/bb/cc/2024_001.csv.gz"
       file_format_type = "csv"
        field_delimiter = ","
        result_table_name = "fake"
        archive_compress_codec="GZ"
        schema {
                fields {
                        NAME= string
                        AGE= string
                        CREATETIME= string
                        DESC= string
                }
        }
     }
   }
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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