Skip to content

Commit

Permalink
Update cpp/src/arrow/array/array_dict.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
R-JunmingChen and kou authored Nov 13, 2023
1 parent 8b1bd8e commit 96140df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/array/array_dict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct CountDictionaryArrayNullValuesVistor {
}

Status Visit(const DataType& type) {
return Status::TypeError("Expected an Index Type of Int or UInt, but got a type:",
return Status::TypeError("Expected an Index Type of Int or UInt, but got a type: ",
type);
}
};
Expand Down

0 comments on commit 96140df

Please sign in to comment.