yjshen commented on code in PR #5989: URL: https://github.com/apache/arrow-datafusion/pull/5989#discussion_r1165357750
########## docs/source/user-guide/example-usage.md: ########## @@ -175,12 +175,13 @@ codegen-units = 1 Then, in `main.rs.` update the memory allocator with the below after your imports: -```rust +```rust,ignore Review Comment: I tried it locally, and it doesn't need a blank line. I'll enable doctest CI as well in the next commit -- 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]
