mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
more debug info
This commit is contained in:
parent
70dfcdac8d
commit
60cb84d417
@ -1390,6 +1390,9 @@ private:
|
||||
{
|
||||
fmt::print(stderr, "The query formatting is broken. Got the following (different) text after formatting the fuzzed query and parsing it back:\n'{}'\n, expected:\n'{}'\n",
|
||||
formatted_twice, fuzzed_text);
|
||||
fmt::print(stderr, "AST parsed back:\n'{}'\nSource AST:\n'{}'\n",
|
||||
parsed_formatted_query->dumpTree(),
|
||||
ast_to_process->dumpTree());
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user