We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db699c1 commit bc6af9cCopy full SHA for bc6af9c
tensorflow_io/core/kernels/arrow/arrow_util.cc
@@ -40,7 +40,7 @@ Status GetTensorFlowType(std::shared_ptr<::arrow::DataType> dtype,
40
::arrow::Status status =
41
::arrow::adapters::tensorflow::GetTensorFlowType(dtype, out);
42
if (!status.ok()) {
43
- return errors::InvalidArgument("arrow data type ", dtype,
+ return errors::InvalidArgument("arrow data type ", dtype->name(),
44
" is not supported: ", status);
45
}
46
return Status::OK();
0 commit comments