You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.
Search before asking
What happened
使用oracle日期转换器存在许多问题:
1.timestamp类型无法转换成:'yyyy-MM-dd HH:mm:ss.SSS');
2.date类型在增量写入时候没转换并把转换格式带入:TO_DATE('2025-07-01 00:00:00', 'YYYY-MM-DD HH24:MI:SS')
What you expected to happen
在整库同步中使用了日期转换器
'debezium.converters'='dinkyDateConverter',
'debezium.dinkyDateConverter.type'='org.dinky.cdc.debezium.converter.OracleDebeziumConverter',
'debezium.dinkyDateConverter.database.type'='oracle',
'debezium.dinkyDateConverter.format.date'='yyyy-MM-dd',
'debezium.dinkyDateConverter.format.timestamp' = 'yyyy-MM-dd HH:mm:ss.SSS'
How to reproduce
期望CDC获取oracle日期类型,能够将时间戳转换成正确的日期格式
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: