v.21.6Improvement
Update CatBoost Model Config Paths in Reloading
Update paths to the CatBoost model configs in config reloading. #22434 (Kruglov Pavel).Why it matters
This update ensures thatCatBoost model configurations are correctly reloaded when configuration files change. It resolves issues with outdated or incorrect paths, improving reliability and ease of managing machine learning models within ClickHouse.How to use it
Users benefit from this feature automatically when using dynamic configuration reloading forCatBoost models. Ensure your CatBoost model config paths are updated according to the new configuration structure to enable seamless reloads.