mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Fixed build of test [#METR-21048].
This commit is contained in:
parent
e344f3275b
commit
9ae0277632
@ -47,7 +47,7 @@ int main(int argc, char ** argv)
|
||||
"./", "default", "test",
|
||||
names_and_types, {}, {}, ColumnDefaults{},
|
||||
context, primary_expr, "d",
|
||||
nullptr, 101, MergeTreeData::Ordinary, {}, {}, {});
|
||||
nullptr, 101, MergeTreeData::MergingParams::Ordinary, {});
|
||||
|
||||
/// пишем в неё
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user