-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-36120: [C#] Support schema metadata through the C API #36122
Conversation
|
|
1 similar comment
|
@wjones127 has offered to review ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. Would mainly like to see a test for multi-byte characters, and then have a few smaller nits you can consider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test that involves some multi-byte unicode characters?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now. Thanks!
Conbench analyzed the 6 benchmark runs on commit There were 2 benchmark results indicating a performance regression:
The full Conbench report has more details. |
What changes are included in this PR?
Import and export of field- and schema-level metadata via the C API.
Are these changes tested?
Yes