trino
trino copied to clipboard
Upgrade minimum supported version to 21.8 in ClickHouse
Description
Upgrade minimum supported version to 21.8 in ClickHouse Fixes #14112
Release notes
(x) Release notes are required, with the following suggested text:
# ClickHouse
* Upgrade minimum supported version to 21.8. ({issue}`14112`)
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 https://github.com/trinodb/trino/pull/14088#discussion_r967625487)
I assume the motivation is to cleanup some code
Correct, the diff is +19 −154
. We could remove support for 21.8 too, but I feel it's too early.