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

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   I want to write data to local  parquet file. but always '.txt' , not 
'.prquet'  when I set file_format to 'parquet'
   .
   
   <img width="740" alt="image" 
src="https://github.com/apache/seatunnel/assets/2271825/a25fcdc2-38d8-4bda-9f95-10010d27809e";>
   
   
   
   
   ### SeaTunnel Version
   
   2.3.2
   
   ### SeaTunnel Config
   
   ```conf
   sink {
     LocalFile {
       path = "/tmp/seatunnel"
       file_format = "parquet"
       field_delimiter = ","
       sink_columns = ["name","age"]
     }
   }
   
   ```
   ```
   
   
   ### Running Command
   
   ```shell
   `./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local`
   ```
   
   
   ### Error Exception
   
   ```log
   filename suffix is wrong .
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   java 1.8
   
   ### Screenshots
   
   <img width="712" alt="image" 
src="https://github.com/apache/seatunnel/assets/2271825/72321fa5-3be4-4918-83cf-f8133b5ed5b9";>
   
   
   ### Are you willing to submit PR?
   
   - [ ] 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