apache / arrow-adbc

Database connectivity API standard and libraries for Apache Arrow
https://arrow.apache.org/adbc/
Apache License 2.0
385 stars 97 forks source link

feat(c): Implement ingestion and testing for float16, string_view, and binary_view #2234

Closed paleolimbot closed 1 month ago

paleolimbot commented 1 month ago

This PR tests ingestion of half float, string view, and binary view, for which support was added between nanoarrow 0.5.0 and nanoarrow 0.6.0. It also removes some skips for various combinations of numeric types for which support was already available that I missed when adding support for those types.