Closed dik111 closed 4 months ago
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
When I try to use seatunnel to synchronize SAP hana data to doris, when partition_column is of date type, an error will be reported. I checked the code and found that the split value will be converted into timestamp, for example:
2024-02-06 07:12:00
is converted to1707174720003
, then the (param instanceof BigDecimal) judgment will be entered in thecreateNumberColumnSplitStatement
method. I think we should first determine whether the value is a timestamp. If it is a timestamp, thenstatement.setTimestamp
SeaTunnel Version
2.3.5
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
FLINK 1.16.1
Java or Scala Version
java 8 scala 2.12
Screenshots
No response
Are you willing to submit PR?
Code of Conduct