mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge branch 'fix_fetch_of_existing_part' of github.com:yandex/ClickHouse into fix_fetch_of_existing_part
This commit is contained in:
commit
d4c44320ea
@ -2,7 +2,7 @@
|
||||
|
||||
#include <Parsers/ASTQueryWithTableAndOutput.h>
|
||||
#include <Parsers/ASTPartition.h>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include <Parsers/ASTExplainQuery.h>
|
||||
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
|
@ -12,7 +12,7 @@ struct CheckResult
|
||||
/// Part name for merge tree or file name for simplier tables
|
||||
String fs_path;
|
||||
/// Does check passed
|
||||
bool success;
|
||||
bool success = false;
|
||||
/// Failure message if any
|
||||
String failure_message;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user