diff --git a/src/Interpreters/ExpressionActions.h b/src/Interpreters/ExpressionActions.h index fefe64c8374..4dd6efbead9 100644 --- a/src/Interpreters/ExpressionActions.h +++ b/src/Interpreters/ExpressionActions.h @@ -278,8 +278,8 @@ private: struct ExecutionContext { ColumnsWithTypeAndName & inputs; - ColumnsWithTypeAndName columns; - std::vector inputs_pos; + ColumnsWithTypeAndName columns = {}; + std::vector inputs_pos = {}; size_t num_rows; };