Bingz2 commented on issue #2449:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2449#issuecomment-1219117745

   According to the example configuration in e2e, it can be modified to run 
normally,Thank you so much!
   ```
    sink {
     # choose stdout output plugin to output data to console
     LocalFile {
       path="D:/workspace/test/st"
       partition_by=["age"]
       partition_dir_expression="${k0}=${v0}"
       is_partition_field_write_in_file=true
       file_name_expression="${transactionId}_${now}"
       file_format="orc"
       filename_time_format="yyyy.MM.dd"
       is_enable_transaction=true
       save_mode="error"
     }
     }
   ```


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