Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Aug 15, 2024
1 parent 5877bcc commit 9ca3171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Operator/ExpandTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void ExpandTransform::work()

if (kind == EXPAND_FIELD_KIND_SELECTION)
{
auto index = field.get<Int32>();
auto index = field.safeGet<Int32>();
const auto & input_column = input_columns[index];

DB::ColumnWithTypeAndName input_arg;
Expand Down

0 comments on commit 9ca3171

Please sign in to comment.