eddelbuettel commented on PR #332:
URL: https://github.com/apache/arrow-nanoarrow/pull/332#issuecomment-1881116061
Switched a few more local copied / variants to what `nanoarrow/r.h` now
exposes and it is mostly good. So I'd stay you can merge this and we can
always refine.
I do have one test function though where I currently do
```c++
auto sxpsch = nanoarrow_schema_owning_xptr();
// allocates and wraps as XP
auto sch = nanoarrow_schema_from_xptr(sxpsch);
ArrowSchemaInitFromType(sch, NANOARROW_TYPE_STRING);
```
that ends in error with `nanoarrow_schema() has already been released`.
Have not poked much yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]