v.23.7Build/Testing/Packaging Improvement

Enhance CHColumnToArrowColumn to Support Nullable Arrays for Gluten

Make the function CHColumnToArrowColumn::fillArrowArrayWithArrayColumnData to work with nullable arrays, which are not possible in ClickHouse, but needed for Gluten. #52112 (李扬).