v.21.1Improvements
Fix Assert in HDFS Table Function and Add Test
Fix possible assert in hdfs table function/engine, add test. #31036 (Kruglov Pavel).Why it matters
This update addresses a potential stability issue where an assertion could fail when using thehdfs table function/engine, improving the robustness and reliability of ClickHouse when interacting with HDFS storage.How to use it
Users do not need to change their existing usage; the fix is applied internally to thehdfs table function and engine. Simply updating to the new ClickHouse version will ensure the issue is resolved.