v.25.1New Feature

Support Reading HALF_FLOAT Values from Apache Arrow/Parquet/ORC

Support reading HALF_FLOAT values from Apache Arrow/Parquet/ORC (they are read into Float32). This closes #72960. Keep in mind that IEEE-754 half float is not the same as BFloat16. Closes #73835. #73836 (Alexey Milovidov).