Noted in https://github.com/paleolimbot/duckdb-nanoarrow/issues/13 ...if an IPC file contains the string view type it will error on read. After https://github.com/apache/arrow-nanoarrow/pull/808 we should be able to use the same buffer infrastructure for setting/getting buffers as we do for all the other types.
Noted in paleolimbot/duckdb-nanoarrow#13 ...if an IPC file contains the string view type it will error on read.
After #808 we should be able to use the same buffer infrastructure for setting/getting buffers as we do for all the other types.