Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date cannot be converted to format #3609

Open
2 of 3 tasks
ljs033 opened this issue Jun 21, 2024 · 2 comments
Open
2 of 3 tasks

Date cannot be converted to format #3609

ljs033 opened this issue Jun 21, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@ljs033
Copy link

ljs033 commented Jun 21, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

微信截图_20240621154403
如何正确的使用日期转换器进行转换?

What you expected to happen

DATE类型无法显示为yyyy-MM-dd,TIMESTAMP类型无法显示为yyyy-MM-dd HH:mm:ss.SSS

How to reproduce

在代码中引用转换器 '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',

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ljs033 ljs033 added Bug Something isn't working Waiting for reply Waiting for reply labels Jun 21, 2024
@aiwenmo aiwenmo removed the Waiting for reply Waiting for reply label Jun 25, 2024
@aiwenmo
Copy link
Contributor

aiwenmo commented Jun 25, 2024

Data preview did not handle special types.

@ljs033
Copy link
Author

ljs033 commented Jun 27, 2024

插入目标表显示的也是一串数字,而不是日期格式化的,不只是在查询预览中

Data preview did not handle special types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants