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

Error thrown for Geometry and Geography data types in Postgres #39

Closed
jaehyeon-kim opened this issue Oct 21, 2021 · 2 comments · Fixed by #41
Closed

Error thrown for Geometry and Geography data types in Postgres #39

jaehyeon-kim opened this issue Oct 21, 2021 · 2 comments · Fixed by #41

Comments

@jaehyeon-kim
Copy link

jaehyeon-kim commented Oct 21, 2021

Hi

I play with an example database from debezium/example-postgres:1.7.0.Final image.

It fails to sink a table that has fields of the geometry data type.

image

The error is shown below.

image

I also tried another table that includes a field of the geography data type.

Can you inform if those data types are supported or supported data types in general?

Cheers,
Jaehyeon

@ismailsimsek
Copy link
Member

@jaehyeon-kim thank you for testing it, complex data types are not supported at the moment, to keep it simple. It is definitely in the plans to add support for them. complex types are geometry, geography, map and nested data types

@jaehyeon-kim
Copy link
Author

Thanks for the details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants