Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(c/driver/postgresql): add arrow.opaque type metadata #2122

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Sep 3, 2024

Fixes #2099.

@lidavidm lidavidm marked this pull request as ready for review September 3, 2024 05:55
@github-actions github-actions bot added this to the ADBC Libraries 15 milestone Sep 3, 2024
Copy link
Member

@paleolimbot paleolimbot left a comment

Choose a reason for hiding this comment

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

Thank you!

@@ -312,6 +312,9 @@ class PostgresType {
std::vector<PostgresType> children_;

static constexpr const char* kPostgresTypeKey = "ADBC:postgresql:typname";
Copy link
Member

Choose a reason for hiding this comment

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

Should the old way of doing this be deprecated now or in some future version?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, I guess it can't get a formal deprecation tag but I can update the docs

@lidavidm lidavidm merged commit 5481b92 into apache:main Sep 5, 2024
65 checks passed
@lidavidm lidavidm deleted the gh-2099 branch September 5, 2024 01:17
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.

c/driver/postgresql: use Opaque extension type for unknown types
2 participants