asayers opened a new issue, #3291:
URL: https://github.com/apache/arrow-rs/issues/3291

   Trying to write an arrow table containing binary columns using the CSV 
writer results in the following error:
   
   ```
   ArrowReadWriteError(CsvError("CSV Writer does not support Binary data type"))
   ```
   
   Instead, it should print the column somehow:
   
   * simple hex (`format!({:x})`) would be better than nothing
   * using 
[escape_ascii](https://doc.rust-lang.org/std/primitive.slice.html#method.escape_ascii)
 might be preferable


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to