Kotlin / dataframe

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

Allow any ArrowReader implementation to be use for reading Arrow data #627 #628

Closed fb64 closed 3 months ago

fb64 commented 3 months ago

ArrowFileReader part use specific method while ArrowStreamReader part rely only on ArrowReader interface methods. This modification just enables any ArrowReader implementation to be use for reading arrow data

Jolanrensen commented 3 months ago

CI agrees, I merged it, thanks!