Sedona Flink SQL Lookup on external database failing when using ‘FOR SYSTEM_TIME AS OF’ statement
I’ m writing a Flink operator with the goal of enriching the data obtained from a Kinesis source with data present on a database (Postgis).
Flink JDBC and Postgis data types (UUID, Geography)
I was trying to connect to Postgres (Postgis) and retrieve data from tables which have UUID and Geography columns: