memiiso/debezium-server-iceberg

Error thrown for Geometry and Geography data types in Postgres

jaehyeon-kim opened this issue · 2 comments

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

@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

Thanks for the details.