v.25.10Improvement

Fix requesting the structure of a dataset

Fix requesting the structure of a dataset from the ArrowFlight server when creating a table. #87542 (Vitaly Baranov).
Fixed the issue with requesting the structure of a dataset from the ArrowFlight server when creating a table in ClickHouse.

Why it matters

The fix addresses a problem encountered when creating tables using schema information from an ArrowFlight server. This ensures that the table structure is correctly retrieved and interpreted, improving compatibility and reliability when integrating with ArrowFlight data sources.

How to use it

Users can create tables from datasets served by an ArrowFlight server without errors related to schema retrieval. No additional configuration is needed; simply use the existing table creation commands that leverage ArrowFlight integration.