fhj123456789 opened a new issue, #27574:
URL: https://github.com/apache/doris/issues/27574

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   git master
   
   ### What's Wrong?
   
   使用SparkLoad 同步数据时 出现invalid input date format for SparkDpp 异常
   我尝试多种数据格式包括 
   直接传入字符串,使用Doris的函数转换成日期类型,使用Spark 函数转换成日期类型都无法解决
   p_date_hour=STR_TO_DATE('2023-11-24 00:00:00','%Y-%m-%d %H:%i:%s'),
   p_date_hour='2023-11-24 00:00:00'
   p_date_hour=date_format('2023-11-24 01:00:00','yyyy-MM-dd HH:mm:ss.SSSSSS')
   p_date_hour=date_format('2023-11-24 01:00:00','yyyy-MM-dd HH:mm:ss')
   
   ### What You Expected?
   
   我想得到帮助,我应该怎么做才能通过SparkLoad写入Doris DateTime类型的数据,因为我需要使用到天和小时
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit 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: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to