doris-spark-connector icon indicating copy to clipboard operation
doris-spark-connector copied to clipboard

[Bug] 无法将datetime类型数据转换成日期格式

Open weilai201 opened this issue 10 months ago • 1 comments

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

weilai201 avatar Apr 25 '24 06:04 weilai201

Thanks for your suggestion, there are some incompatibilities between spark2 and spark3, we are working on fixing this issue.

gnehil avatar Jul 04 '24 10:07 gnehil