apache / arrow-adbc

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

feat(csharp/src/Drivers/Apache): convert Double to Float for Apache Spark on scalar conversion #2296

Closed birschick-bq closed 3 weeks ago

birschick-bq commented 3 weeks ago

If Apache Spark server indicates the host data type is FLOAT, and the scalar data type conversion is selected, convert Double array to Float array.