alamb commented on issue #769:
URL: 
https://github.com/apache/arrow-datafusion/issues/769#issuecomment-884985245


   Hi @yuribudilov  -- you need to enable the "pretty" feature for arrow.
   
   So instead of 
   ```toml
   arrow = "5.0.0"
   ```
   
   try using
   ```toml
   arrow = { version = "5.0", features = ["prettyprint"] }
   ```


-- 
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