Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzq50 committed Jul 25, 2024
1 parent 5220a39 commit aebb00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/column_vector/column_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ void ColumnVector::AppendByStringView(std::string_view sv) {
break;
}
case kElemUInt8: {
AppendSparse<u8>(ele_str_views, index, column_def);
AppendSparse<u8>(ele_str_views, index);
break;
}
case kElemInt8: {
Expand Down

0 comments on commit aebb00d

Please sign in to comment.