You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/22 15:03:29 UTC

[GitHub] [arrow-datafusion] alamb edited a comment on issue #769: arrow::util::pretty::pretty_format_batches missing

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


   Hi @yuribudilov  -- you need to enable the "prettyprint" 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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org