Skip to content

Commit

Permalink
Update cpp/src/arrow/integration/json_internal.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
zeroshade and pitrou authored Sep 16, 2024
1 parent 5b56813 commit 47d4d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/integration/json_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ Result<std::shared_ptr<DataType>> GetDecimal(const RjObject& json_type) {
return decimal256(precision, scale);
}

return Status::Invalid("Only 32/64/128/256-bit Decimals are supported. Received",
return Status::Invalid("Only 32/64/128/256-bit Decimals are supported. Received ",
bit_width);
}

Expand Down

0 comments on commit 47d4d33

Please sign in to comment.