Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ywqzzy committed Apr 12, 2022
1 parent 880bf9f commit f8a5692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Debug/astToExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ std::unordered_map<String, tipb::ExprType> agg_func_name_to_sig({
{"group_concat", tipb::ExprType::GroupConcat},
});

DAGColumnInfo toNullableDAGColumnInfo(DAGColumnInfo & input)
DAGColumnInfo toNullableDAGColumnInfo(const DAGColumnInfo & input)
{
DAGColumnInfo output = input;
output.second.clearNotNullFlag();
Expand Down

0 comments on commit f8a5692

Please sign in to comment.