Fixed ErrorCodes, part 6

This commit is contained in:
Alexey Milovidov 2020-02-26 17:14:25 +03:00
parent 681454175f
commit d4b633ff2a
2 changed files with 4 additions and 0 deletions

View File

@ -202,3 +202,5 @@ struct ArrayAndValueSourceSelectorBySink : public ArraySinkSelector<ArrayAndValu
};
}
}

View File

@ -47,3 +47,5 @@ void concat(const std::vector<std::unique_ptr<IArraySource>> & sources, IArraySi
return ArrayConcat::select(*sources.front(), sink, sources);
}
}
}