mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
fix test
This commit is contained in:
parent
9e62570d61
commit
b26361c647
@ -59,7 +59,7 @@ Pipe StorageSystemDetachedParts::read(
|
|||||||
new_columns[i++]->insert(p.valid_name ? p.partition_id : Field());
|
new_columns[i++]->insert(p.valid_name ? p.partition_id : Field());
|
||||||
new_columns[i++]->insert(p.dir_name);
|
new_columns[i++]->insert(p.dir_name);
|
||||||
|
|
||||||
size_t bytes_on_disk = 0;
|
UInt64 bytes_on_disk = 0;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
/// Files of detached part may be not exist, and then set file size is 0.
|
/// Files of detached part may be not exist, and then set file size is 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user