Merge pull request #52235 from ClickHouse/vdimir/02273_no_upgrade_check

Enable no-upgrade-check for 02273_full_sort_join
This commit is contained in:
Nikolai Kochetov 2023-07-18 12:16:54 +02:00 committed by GitHub
commit 008238be71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
-- Tags: long
-- Tags: long, no-upgrade-check
-- TODO(@vdimir): remove no-upgrade-check tag after https://github.com/ClickHouse/ClickHouse/pull/51737 is released
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;