dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Enable use of other ArrowReader implementations

Open fb64 opened this issue 5 months ago • 2 comments

Some librairies or framework (DuckDB for example) rely on ArrowArrayStreamReader to share Arrow data. It would be nice to be more permissive and let any implementation of any ArrowReader works for reading arrow data

fb64 avatar Mar 16 '24 14:03 fb64

Sounds like a good idea! We might need a test with an ArrowArrayStreamReader though, to make sure it works as expected.

Jolanrensen avatar Mar 18 '24 11:03 Jolanrensen

I finally added a test with DuckDB that uses ArrowArrayStreamReader

fb64 avatar Mar 18 '24 18:03 fb64