From d4b633ff2aa915d13b9196dc2f82164865c59758 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 26 Feb 2020 17:14:25 +0300 Subject: [PATCH] Fixed ErrorCodes, part 6 --- dbms/src/Functions/GatherUtils/Selectors.h | 2 ++ dbms/src/Functions/GatherUtils/concat.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dbms/src/Functions/GatherUtils/Selectors.h b/dbms/src/Functions/GatherUtils/Selectors.h index d03fb02b707..3d9ee3f00b8 100644 --- a/dbms/src/Functions/GatherUtils/Selectors.h +++ b/dbms/src/Functions/GatherUtils/Selectors.h @@ -202,3 +202,5 @@ struct ArrayAndValueSourceSelectorBySink : public ArraySinkSelector> & sources, IArraySi return ArrayConcat::select(*sources.front(), sink, sources); } } + +}