Skip to content

Add support for UUID in PostgreSQL connector#16875

Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom
agrawalreetika:UUID-datatype
Dec 20, 2022
Merged

Add support for UUID in PostgreSQL connector#16875
tdcmeehan merged 1 commit intoprestodb:masterfrom
agrawalreetika:UUID-datatype

Conversation

@agrawalreetika
Copy link
Member

@agrawalreetika agrawalreetika commented Oct 14, 2021

Fixes #16817

== RELEASE NOTES ==

PostgreSQL Connector Changes#
* Add support for PostgreSQL UUID Data type

@stale
Copy link

stale bot commented Jun 13, 2022

This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the task, make sure you've addressed reviewer comments, and rebase on the latest master. Thank you for your contributions!

@vivek-bharathan
Copy link
Contributor

@agrawalreetika - Unable to check out your code. I get the error "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository". Could you please validate whether this PR was based off a legitimate branch?

@agrawalreetika
Copy link
Member Author

@agrawalreetika - Unable to check out your code. I get the error "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository". Could you please validate whether this PR was based off a legitimate branch?

Hi @ClarenceThreepwood, Thanks for taking the time to review the PR. I think you are looking at a different fork since my prestodb fork has a branch available - https://github.com/agrawalreetika/prestodb/tree/UUID-datatype

@ethanyzhang
Copy link
Contributor

@ClarenceThreepwood You probably need to add Reetika's fork as a remote in your local repo.

Copy link
Contributor

@vivek-bharathan vivek-bharathan left a comment

Choose a reason for hiding this comment

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

Couple of nits. Otherwise LGTM

Copy link
Contributor

Choose a reason for hiding this comment

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

make private

Copy link
Contributor

Choose a reason for hiding this comment

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

static import UUID

Copy link
Member Author

Choose a reason for hiding this comment

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

There is UUID import from util package exist in this class, which is why I didn't use static import for this

@yingsu00 yingsu00 self-assigned this Dec 19, 2022
@tdcmeehan tdcmeehan merged commit 03938b4 into prestodb:master Dec 20, 2022
@wanglinsong wanglinsong mentioned this pull request Jan 12, 2023
30 tasks
@agrawalreetika agrawalreetika deleted the UUID-datatype branch June 7, 2023 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for UUID in PostgreSQL connector

7 participants