apache / arrow-nanoarrow

Helpers for Arrow C Data & Arrow C Stream interfaces
https://arrow.apache.org/nanoarrow
Apache License 2.0
149 stars 34 forks source link

feat: Add float16 support for `ArrowArrayViewGetDoubleUnsafe()` #500

Closed paleolimbot closed 1 month ago

paleolimbot commented 1 month ago

After #499 we can build arrays with float16!

Before the next release, we should also add a switch case to ArrowArrayViewGetDoubleUnsafe() (which I forgot about in review 😬 ).

@cocoa-xu I'm happy to do this before the next release but feel free if you are interested!

cocoa-xu commented 1 month ago

No problem, I'm happy and interested to do a PR for this! 😃

paleolimbot commented 1 month ago

Closed by #501.