guojp00 opened a new issue, #8426: URL: https://github.com/apache/seatunnel/issues/8426
### 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 While Hive as Source,Doris as Sink,all result sink in the first cloumn in Doris ### SeaTunnel Version 2.3.5 ### SeaTunnel Config ```conf env { parallelism = 1 job.mode = "BATCH" } source { Hive { table_name = "seatunnel_test_source.sys_menu_test_source" metastore_uri = "thrift://xxxxxxx" result_table_name = "sys_menu_test_source_source" #read_columns = [id,uuid,code,name,create_date,update_date,remarks,del_flag] } } transform { Split { source_table_name = "sys_menu_test_source_source" result_table_name = "sys_menu_test_target_target" separator = "," split_field = "id" output_fields = ["id", "uuid", "code","name","create_date","update_date","remarks","del_flag"] } } sink { Doris { fenodes = "xxxxx" username = "xxxx" password = "xxxx" table.identifier = "seatunnal_test_target.sys_menu_test_target" database = "seatunnal_test_target" table = "sys_menu_test_target" sink.label-prefix = "test" "source_table_name"="sys_menu_test_target_target" field.delimiter = "," doris.config { format = "json" read_json_by_line = "true" } } } ``` ### Running Command ```shell normal command ``` ### Error Exception ```log emty ``` ### Zeta or Flink or Spark Version Flink 2.3.5 ### Java or Scala Version 1.8 ### Screenshots  [](url) ### 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]
