Enhance CHColumnToArrowColumn to Support Nullable Arrays for Gluten
Official CH changelog text
Make the function CHColumnToArrowColumn::fillArrowArrayWithArrayColumnData to work with nullable arrays, which are not possible in ClickHouse, but needed for Gluten. #52112 (李扬).