feat(format): add table_definition to GetObjects#4050
Open
lidavidm wants to merge 2 commits intoapache:spec-1.2.0from
Open
feat(format): add table_definition to GetObjects#4050lidavidm wants to merge 2 commits intoapache:spec-1.2.0from
lidavidm wants to merge 2 commits intoapache:spec-1.2.0from
Conversation
paleolimbot
approved these changes
Mar 11, 2026
Member
paleolimbot
left a comment
There was a problem hiding this comment.
This seems reasonable to me!
Comment on lines
+2008
to
+2010
| /// | table_definition | utf8 | (1) | | ||
| /// | remarks | utf8 | (2) | | ||
| /// |
Member
There was a problem hiding this comment.
We had chatted in the previous issue about adding a serialized Arrow schema here. I don't love the idea of putting Arrow IPC stuffed in a deeply nested Arrow C Array but I'm also in a very small minority of people who is aware of or cares how many lines of code are required to parse it 🙂 . If you'd like to add it it does seem like a good opportunity to do so.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add some more properties to GetObjects. Also, allow drivers to add custom fields for database-specific metadata.
Closes #3984.
Closes #3995.