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: [email protected]
