v.25.10Improvement

Rename table function arrowflight to arrowFlight

Rename table function arrowflight to arrowFlight. #87249 (Vitaly Baranov).
Renamed the table function arrowflight to arrowFlight for improved naming consistency.

Why it matters

This change standardizes the naming convention of the ClickHouse table function for Arrow Flight integration, making it more intuitive and aligned with common camelCase practices, which helps users avoid confusion and potential errors.

How to use it

Replace all usages of arrowflight with arrowFlight in your SQL queries and scripts. For example, use SELECT * FROM arrowFlight(...) instead of SELECT * FROM arrowflight(...).