chmp / serde_arrow

Convert sequences of Rust objects to Arrow tables
MIT License
60 stars 17 forks source link

Add data type to error message when failing to convert an array #142

Closed progval closed 6 months ago

progval commented 6 months ago

This can help debug incorrect data types.

chmp commented 6 months ago

@progval Thanks for your PR! debugging story / erorr messages def. is a big todo.

I edited one error messages. (interpret -> convert, as this is wording is used in other instances)