doris-spark-connector
doris-spark-connector copied to clipboard
[Bug] 无法将datetime类型数据转换成日期格式
Search before asking
- [X] I had searched in the issues and found no similar issues.
Version
1.3.1
What's Wrong?
doris-spark-connector无法将doris库中datetime类型数据在spark中转换为java Date或timestamp类型。目前统一转换为String类型,对于使用非常不方便!
What You Expected?
doris中的datetime类型转换为java中的Date或Timestamp类型
How to Reproduce?
No response
Anything Else?
No response
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
Thanks for your suggestion, there are some incompatibilities between spark2 and spark3, we are working on fixing this issue.