mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
table function file - fix use storage file [#add_table_function_file]
This commit is contained in:
parent
5b601b9153
commit
9ebe22dd2c
@ -109,7 +109,8 @@ namespace DB
|
||||
}
|
||||
else
|
||||
{
|
||||
storage = StorageFile::create(absolute_path, -1, db_data_path, getName(), format, columns, context);
|
||||
Context var_context = context;
|
||||
storage = StorageFile::create(absolute_path, -1, db_data_path, getName(), format, columns, var_context);
|
||||
storage->startup();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user