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

bug(postgres-cdc): Debezium cannot handle INTERVAL_ARRAY type #16882

Open
KeXiangWang opened this issue May 22, 2024 · 0 comments
Open

bug(postgres-cdc): Debezium cannot handle INTERVAL_ARRAY type #16882

KeXiangWang opened this issue May 22, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@KeXiangWang
Copy link
Contributor

KeXiangWang commented May 22, 2024

Describe the bug

Although Debezium can hanle INTERVAL, it cannot handle INTERVAL_ARRAY. After checking, the root cause is here.

Error message/log

You will get these warn log

2024-05-21T17:29:59.060651-04:00  WARN risingwave_connector_node: Unexpected JDBC type '2003' for column 'c_interval_array' that will be ignored thread="debezium-postgresconnector-RW_CDC_5-change-event-source-coordinator" class="io.debezium.relational.TableSchemaBuilder"
2024-05-21T17:29:59.060794-04:00  WARN risingwave_connector_node: No converter found for column public.postgres_interval_types.c_interval_array of type _interval. The column will not be part of change events for that table. thread="debezium-postgresconnector-RW_CDC_5-change-event-source-coordinator" class="io.debezium.relational.TableSchemaBuilder"

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@KeXiangWang KeXiangWang added the type/bug Something isn't working label May 22, 2024
@github-actions github-actions bot added this to the release-1.10 milestone May 22, 2024
@fuyufjh fuyufjh removed this from the release-1.10 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants