Upgrade minimum supported version to 21.8 in ClickHouse #14126
Upgrade minimum supported version to 21.8 in ClickHouse #14126ebyhr merged 2 commits intotrinodb:masterfrom
Conversation
Staying in version 21.8 (EOL is 31 Aug 2022) because community members may still use the version.
hashhar
left a comment
There was a problem hiding this comment.
I assume the motivation is to cleanup some code since we move from one EOL version to another EOL version?
IIUC the main purpose is to support escaping comment values, however unfortunately older versions of ClickHouse do not support table comment. (see #14088 (comment)) |
Correct, the diff is |
| .put("metadata.cache-missing", "true") | ||
| .buildOrThrow(), | ||
| ImmutableList.of()); | ||
| return createClickHouseQueryRunner(clickhouseServer); |
There was a problem hiding this comment.
any specific reason to remove metadata cache from type mapping tests?
There was a problem hiding this comment.
Here's elapsed time comparison in my laptop. No improvement by metadata cache.
- with cache: 1m 36s
- without cache: 1m 33s
Description
Upgrade minimum supported version to 21.8 in ClickHouse
Fixes #14112
Release notes
(x) Release notes are required, with the following suggested text: