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

C++: accessors for custom attributes #285

Conversation

andrwng
Copy link

@andrwng andrwng commented Aug 22, 2024

Custom attributes are only settable when building a schema. There was previously no way to get the attributes from a parsed schema. This will be useful for reading Iceberg manifests, since we'll want to pull the field ids for each type.

Custom attributes are only settable when building a schema. There was
previously no way to get the attributes from a parsed schema. This will
be useful for reading Iceberg manifests, since we'll want to pull the
field ids for each type.
@github-actions github-actions bot added the C++ label Aug 22, 2024
@andrwng
Copy link
Author

andrwng commented Aug 22, 2024

Closing since this is based on 1.11.1. Subsumed by #286 on 1.12.0

@andrwng andrwng closed this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant