fix style

This commit is contained in:
Duc Canh Le 2022-12-23 10:06:43 +08:00
parent 24d7d9de90
commit a3a601ff85

View File

@ -161,7 +161,7 @@ public:
if (lc_indexes)
res = res->index(*lc_indexes, 0);
if (is_const)
res = ColumnUInt8::create(input_rows_count, res->getUInt(0));