Skip to content

Commit

Permalink
Adjust error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Jan 14, 2025
1 parent 9b948ac commit a6dd56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/scalar_cast_nested.cc
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ struct CastStruct {
fields_to_select[out_field_index] = kFillNullSentinel;
} else {
return Status::TypeError("struct fields don't match: non-nullable out field `",
out_field->name(), "` not found in ", in_type.ToString());
out_field->name(), "` not found in in fields ", in_type.ToString());
}
}

Expand Down

0 comments on commit a6dd56b

Please sign in to comment.