mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Update StorageMerge.cpp
This commit is contained in:
parent
f564ec3b69
commit
089f5bfecd
@ -1198,6 +1198,8 @@ ReadFromMerge::ChildPlan ReadFromMerge::createPlanForTable(
|
||||
|
||||
if (allow_experimental_analyzer)
|
||||
{
|
||||
/// Converting query to AST because types might be different in the source table.
|
||||
/// Need to resolve types again.
|
||||
InterpreterSelectQueryAnalyzer interpreter(modified_query_info.query_tree->toAST(),
|
||||
modified_context,
|
||||
SelectQueryOptions(processed_stage));
|
||||
|
Loading…
Reference in New Issue
Block a user