From ac77e2a88f49e845bbfcea543431f699958a748f Mon Sep 17 00:00:00 2001 From: myrrc Date: Fri, 7 Aug 2020 14:24:07 +0300 Subject: [PATCH] empty commit to restart CI --- src/Functions/array/arrayIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/array/arrayIndex.h b/src/Functions/array/arrayIndex.h index 13370424320..3dd6a73abba 100644 --- a/src/Functions/array/arrayIndex.h +++ b/src/Functions/array/arrayIndex.h @@ -734,7 +734,7 @@ private: } /** - * Catches arguments of type LC(T), LC(Nullable(T)) and so on. + * Catches arguments of type LC(T). */ bool executeLowCardinality(Block & block, const ColumnNumbers & arguments, size_t result) const {