mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Try fix integration tests.
This commit is contained in:
parent
01286a6a09
commit
44d2194326
@ -43,6 +43,7 @@ static Context createQueryContext(const Context & global_context)
|
||||
{
|
||||
Settings new_query_settings = global_context.getSettings();
|
||||
new_query_settings.insert_allow_materialized_columns = true;
|
||||
new_query_settings.optimize_on_insert = false;
|
||||
|
||||
Context query_context(global_context);
|
||||
query_context.setSettings(new_query_settings);
|
||||
|
Loading…
Reference in New Issue
Block a user