Apache Flink 1.11.0 Python Table API Catalog : postgresql
Reading and writing data from postgresql Catalog tables which coantain UUID data type columns through Table API throwing UUID data type unsupportedOperatorException.
How to handle the UUID dataype in pyFlink?
I don't know much about PostgreSQL's type system. Is UUID datatype a type similar to string? The type supported by PyFlink is basically the same as the type of Flink's Table. For details, you can refer to the document[1]
[1] https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/python/table-api-users-guide/python_types.html