ClickHouse v20.3.7.46 Release Notes

Release Date: 2020-04-17 // about 4 years ago
  • ๐Ÿ› Bug Fix

    • ๐Ÿ›  Fix Logical error: CROSS JOIN has expressions error for queries with comma and names joins mix. #10311 (Artem Zuikov).
    • Fix queries with max_bytes_before_external_group_by. #10302 (Artem Zuikov).
    • ๐Ÿ›  Fix move-to-prewhere optimization in presense of arrayJoin functions (in certain cases). This fixes #10092. #10195 (alexey-milovidov).
    • Add the ability to relax the restriction on non-deterministic functions usage in mutations with allow_nondeterministic_mutations setting. #10186 (filimonov).