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 <kou@cozmixng.org>
  • Loading branch information
R-JunmingChen and kou authored Nov 13, 2023
1 parent 00198a3 commit 3050800
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 @@ -249,7 +249,7 @@ struct CountDictionaryNullValuesVistor {
}

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

Expand Down

0 comments on commit 3050800

Please sign in to comment.