paleolimbot opened a new issue, #46: URL: https://github.com/apache/arrow-nanoarrow/issues/46
In order to write comprehensible error messages (for example, https://github.com/paleolimbot/minigpkg/blob/main/src/minigpkg/nanoarrow_sqlite3.c#L272-L277), it would be nice to be able to stringify an `ArrowSchema`. I think this would be most useful if it printed recursively since that's mostly what a user is going to want to see in an error message, but could be convinced otherwise. Maybe: ```c int ArrowSchemaToString(struct ArrowSchema* schema, char* buf, int64_t buf_size); ``` (i.e., it would have `snprintf()` ish semantics and doesn't allocate) -- 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]
