yqzdy1207 opened a new pull request, #10575:
URL: https://github.com/apache/doris/pull/10575

   
https://doris.apache.org/blogs/PracticalCases/datax-doris-writer.html#_3-3-datax-job-json-file
   
   这个页面中datax的脚本多了几个空格,会导致输入输出无法识别该列
   具体位置:3.3 数据作业 JSON 文件
   "payed_order"," pending_order"," cancel_order"," reject_order"," 
good_order"," report_order"
   修改为
   
"payed_order","pending_order","cancel_order","reject_order","good_order","report_order"
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to