mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
fixes. [#METR-10202]
This commit is contained in:
parent
68f6a9263a
commit
2d2634c1e2
@ -51,7 +51,7 @@ public:
|
|||||||
if (!blocksHaveEqualStructure(block, sample_block))
|
if (!blocksHaveEqualStructure(block, sample_block))
|
||||||
{
|
{
|
||||||
std::stringstream message;
|
std::stringstream message;
|
||||||
message << "Block structure different from table structure.\n"
|
message << "Block structure is different from table structure.\n"
|
||||||
<< "\nTable structure:\n(" << sample_block.dumpStructure() << ")\nBlock structure:\n(" << block.dumpStructure() << ")\n";
|
<< "\nTable structure:\n(" << sample_block.dumpStructure() << ")\nBlock structure:\n(" << block.dumpStructure() << ")\n";
|
||||||
|
|
||||||
throw DB::Exception(message.str());
|
throw DB::Exception(message.str());
|
||||||
|
Loading…
Reference in New Issue
Block a user