Skip to content

Conversation

@kcolford
Copy link

No description provided.

@boring-cyborg
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
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?

@och5351
Copy link

och5351 commented Dec 1, 2025

Hello, is the PR still in progress?
If testing is still needed, can I take over and try it myself?

@och5351
Copy link

och5351 commented Dec 2, 2025

Thank you for your initial work on this! Building on your contribution, I've created a follow-up PR that adds the necessary test cases. You can find it here: #182

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.

3 participants