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

Ensure pointers to children are in external pointer #550

Merged
merged 3 commits into from
May 22, 2023

Conversation

eddelbuettel
Copy link
Contributor

When exporting to an arrow 'table' most allocation were assigned to external pointers which were properly reset. The nested children object pointers were not, and this PR corrects this.

Implementing in an adapted variant to the original nanoarrow function requires access to two otherwise static functions in nanoarrow.c which are now visible. The PR also includes minor edits to src/Makevars.in for enhanced legibility.

No interface or functionality changes, and hence no new tests.

This requires access to two otherwise static functions in nanoarrow
Also minor edits to src/Makevars.in for enhanced legibility
@shortcut-integration
Copy link

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.

2 participants