mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Try to fix flakyness
This commit is contained in:
parent
cf05bf663c
commit
ac22171ce9
@ -14,7 +14,7 @@ SELECT '---';
|
||||
|
||||
SELECT table, name, type
|
||||
FROM system.data_skipping_indices
|
||||
WHERE table = 'tab';
|
||||
WHERE database = currentDatabase() AND table = 'tab';
|
||||
|
||||
SELECT '---';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user