Skip to content

Commit 1c08e54

Browse files
committed
Address a comment
1 parent 7e384a2 commit 1c08e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyarrow/src/arrow/python/arrow_to_pandas.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,8 +2045,7 @@ Status MakeWriter(const PandasOptions& options, PandasWriter::type writer_type,
20452045
CATEGORICAL_CASE(UInt32Type);
20462046
case Type::UINT64:
20472047
return Status::TypeError(
2048-
"Converting unsigned dictionary indices to pandas",
2049-
" not yet supported, index type: ", index_type.ToString());
2048+
"Converting UInt64 dictionary indices to pandas is not supported.");
20502049
default:
20512050
// Unreachable
20522051
ARROW_DCHECK(false);

0 commit comments

Comments
 (0)