iundarigun opened a new pull request, #4042: URL: https://github.com/apache/flink-cdc/pull/4042
## Description In the [documentation](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/postgres-cdc/#data-type-mapping) doesn't mention a way to map between postgres type arrays and flink datatype. ### Details This PR add a way to process arrays. For primitive int and long is tranforming in a primitive array to create the `GenericArrayData`, and for String, the elements are being wrapped in `StringData`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org