vtab::arrow: support structs under list and array#403
vtab::arrow: support structs under list and array#403ajwerner wants to merge 1 commit intoduckdb:mainfrom
Conversation
|
Hi! Thanks for the PR. Im going to have a closer look at this on Monday and can look at resolving the conflicts then. |
|
I actually am starting to think that all this code is not the way it should be done. Right now this is effectively duplicating code in rust that duckdb already has. In particular, I became aware a bit later about the Go: That API is marked as deprecated, but in Discord @Mytherin indicated that it won't just go away without being replaced by something better: https://discord.com/channels/909674491309850675/921073327009853451/1309264012525178952 I can't imagine it makes sense to duplicate this arrow parsing in every library. Same comment goes for #405. I feel like a reasonable approach would be to delete all this code and replace it with a call to |
|
duckdb/duckdb#18246 lays the groundwork for a new Arrow C API. |
No description provided.