v.25.1New Feature
Support Reading HALF_FLOAT Values from Apache Arrow/Parquet/ORC
Support readingHALF_FLOATvalues fromApache Arrow/Parquet/ORC(they are read intoFloat32). This closes #72960. Keep in mind that IEEE-754 half float is not the same asBFloat16. Closes #73835. #73836 (Alexey Milovidov).