io icon indicating copy to clipboard operation
io copied to clipboard

Error ignored from DataType::Accept()

Open higher-performance opened this issue 2 years ago • 0 comments

This line doesn't check the returned arrow::Status, which is both a bug and also a diagnostic under [[nodiscard]]:

https://github.com/tensorflow/io/blob/bc6af9c7c9486f734b75ccff8f5c5825100bb4c2/tensorflow_io/core/kernels/arrow/arrow_util.cc#L423

higher-performance avatar Jan 17 '23 19:01 higher-performance