v.22.9Improvement

Improve Schema Inference Cache to Respect Format Settings

Improve schema inference cache, respect format settings that can change the schema. #40414 (Kruglov Pavel).
Improves the schema inference cache to respect format settings that can influence the inferred schema.

Why it matters

This feature addresses issues where the schema inference cache did not account for variations in format settings, potentially causing incorrect schema detection. By respecting these settings, the feature ensures more accurate and reliable schema inference when parsing data, improving data ingestion correctness and user confidence.

How to use it

The enhancement is applied automatically when using schema inference with formats that support configurable settings. Users should ensure that format-specific settings are properly configured to benefit from accurate schema inference and caching.