pmaciolek commented on PR #299: URL: https://github.com/apache/arrow-js/pull/299#issuecomment-3548651248
I was trying this PR in my project and it seemed to not work with `tableFromIPC`. My test case was loading a parquet file via Polars, which uses LargeList internally. It was throwing `Unrecognized type: "LargeList" (21)`: ``` const bufferStream = pl.readParquet(inputPath).writeIPCStream(); const table = tableFromIPC(bufferStream); ``` I think that `src/ipc/metadata/message.ts` requires another case statement in `switch (typeId)` (line 479) -- 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]
