mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update StorageTinyLog.cpp
This commit is contained in:
parent
bfda1ff807
commit
3567a09360
@ -177,6 +177,7 @@ Block TinyLogBlockInputStream::readImpl()
|
||||
return res;
|
||||
}
|
||||
|
||||
/// if there are no files in the folder, it means that the table is empty
|
||||
if (storage.disk->isDirectoryEmpty(storage.table_path))
|
||||
return res;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user