ClickHouse v20.3.21.2 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ๐Ÿ› Bug Fix

    • ๐Ÿ›  Fix dictGet in sharding_key (and similar places, i.e. when the function context is stored permanently). #16205 (Azat Khuzhin).
    • ๐Ÿ›  Fix incorrect empty result for query from Distributed table if query has WHERE, PREWHERE and GLOBAL IN. Fixes #15792. #15933 (Nikolai Kochetov).
    • ๐Ÿ›  Fix missing or excessive headers in TSV/CSVWithNames formats. This fixes #12504. #13343 (Azat Khuzhin).