Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
768 stars 48 forks source link

Enable use of other ArrowReader implementations #627

Closed fb64 closed 2 months ago

fb64 commented 3 months ago

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

Jolanrensen commented 3 months ago

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

fb64 commented 3 months ago

I finally added a test with DuckDB that uses ArrowArrayStreamReader