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/05/03 11:26:15 UTC

[GitHub] [arrow-rs] alamb commented on issue #230: Add support for pretty-printing Decimal numbers

alamb commented on issue #230:
URL: https://github.com/apache/arrow-rs/issues/230#issuecomment-831199238


   Thanks @mgill25 ! As @nevi-me  says the pretty print feature is behind a feature flag (as it baloons the dependency stack with something that does not support for WASM builds, as I recall)
   
   To answer your question, the pretty print feature is tested here in CI:
   https://github.com/apache/arrow-rs/blob/master/.github/workflows/rust.yml#L114
   
   To test it locally, you can run `cargo` like:
   ```
             cargo test --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.

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