ClickHouse/docs/changelogs/v20.7.2.30-stable.md

11 KiB

ClickHouse release v20.7.2.30-stable FIXME as compared to v20.7.1.4310-prestable

Performance Improvement

Improvement

  • Backported in #13918: Fix data race in lgamma function. This race was caught only in tsan, no side effects a really happened. #13842 (Nikolai Kochetov).
  • Backported in #13951: Fix wrong error for long queries. It was possible to get syntax error other than Max query size exceeded for correct query. #13928 (Nikolai Kochetov).

Bug Fix