mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Merge pull request #60162 from ClickHouse/not-too-aggressive
Remove extensively aggressive check
This commit is contained in:
commit
b80c1561dc
@ -722,7 +722,7 @@ static std::tuple<ASTPtr, BlockIO> executeQueryImpl(
|
|||||||
/// TODO: parser should fail early when max_query_size limit is reached.
|
/// TODO: parser should fail early when max_query_size limit is reached.
|
||||||
ast = parseQuery(parser, begin, end, "", max_query_size, settings.max_parser_depth);
|
ast = parseQuery(parser, begin, end, "", max_query_size, settings.max_parser_depth);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#if 0
|
||||||
/// Verify that AST formatting is consistent:
|
/// Verify that AST formatting is consistent:
|
||||||
/// If you format AST, parse it back, and format it again, you get the same string.
|
/// If you format AST, parse it back, and format it again, you get the same string.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user