Skip to content

Conversation

kcolford
Copy link

No description provided.

Copy link

boring-cyborg bot commented Aug 29, 2025

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

@kcolford kcolford changed the title Add Postgresql UUID catalog support [hotfix] Add Postgresql UUID catalog support Aug 29, 2025
@@ -154,6 +155,8 @@ protected DataType getMapping(String pgType, int precision, int scale) {
return DataTypes.ARRAY(DataTypes.CHAR(precision));
case PG_CHARACTER_VARYING:
return DataTypes.VARCHAR(precision);
case PG_UUID:
return DataTypes.VARCHAR(36);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we add tests to drive this please for Postgres?

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

Successfully merging this pull request may close these issues.

2 participants