Merge pull request #53251 from ClickHouse/fix-02273_full_sort_join

Disable randomization in `02273_full_sort_join`
This commit is contained in:
Alexey Milovidov 2023-08-10 16:54:02 +03:00 committed by GitHub
commit 0dc413c368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
-- Tags: long
-- Tags: long, no-random-settings
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t2;