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

postgres - Error mapping time_with_timezone datatype to ClickHouse #950

Open
subkanthi opened this issue Dec 11, 2024 · 0 comments
Open
Assignees
Labels
dev-complete Development completed p2 postgres Issues related to PostgreSQL
Milestone

Comments

@subkanthi
Copy link
Collaborator

time_with_timezone

16:56:09.419 [Sink Connector thread-pool-2] ERROR com.altinity.clickhouse.sink.connector.db.operations.ClickHouseTableOperationsBase -  **** DATA TYPE MAPPING not found: TYPE:stringSCHEMA NAME:io.debezium.time.ZonedTime
16:56:09.419 [Sink Connector thread-pool-2] ERROR com.altinity.clickhouse.sink.connector.db.operations.ClickHouseTableOperationsBase -  **** DATA TYPE MAPPING not found: TYPE:stringSCHEMA NAME:io.debezium.time.ZonedTime
                                                       Table "public.schedule"
      Column       |           Type           | Collation | Nullable | Default | Storage  | Compression | Stats target | Description 
-------------------+--------------------------+-----------+----------+---------+----------+-------------+--------------+-------------
 id                | uuid                     |           | not null |         | plain    |             |              | 
 created_by        | uuid                     |           |          |         | plain    |             |              | 
 date_created      | timestamp with time zone |           | not null |         | plain    |             |              | 
 last_updated      | timestamp with time zone |           | not null |         | plain    |             |              | 
 modified_by       | uuid                     |           |          |         | plain    |             |              | 
 state             | boolean                  |           | not null |         | plain    |             |              | 
 version           | bigint                   |           | not null |         | plain    |             |              | 
 service_center_id | uuid                     |           | not null |         | plain    |             |              | 
 name              | character varying(255)   |           | not null |         | extended |             |              | 
 start_time        | time with time zone      |           | not null |         | plain    |             |              | 
 end_time          | time with time zone      |           | not null |         | plain    |             |              | 
 working_days      | character varying(255)   |           | not null |         | extended |             |              | 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed p2 postgres Issues related to PostgreSQL
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant