v.21.11Improvements
Better Exception Messages for Arrow-Supported Formats
Better exception message while reading column from Arrow-supported formats likeArrow,ArrowStream,ParquetandORC. This closes #29926. #29927 (alexey-milovidov).
Why it matters
This feature enhances the clarity and informativeness of error messages encountered during data ingestion from Arrow and related formats, helping users diagnose and resolve issues more efficiently.How to use it
The improved exception messages are automatically enabled when reading data using any of the Arrow-supported formats (Arrow, ArrowStream, Parquet, ORC) in ClickHouse. No additional configuration is required.