bcmcmill commented on code in PR #9126:
URL: https://github.com/apache/arrow-datafusion/pull/9126#discussion_r1479034344


##########
datafusion/proto/Cargo.toml:
##########
@@ -56,4 +56,4 @@ serde_json = { workspace = true, optional = true }
 [dev-dependencies]
 doc-comment = { workspace = true }
 strum = { version = "0.26.1", features = ["derive"] }
-tokio = "1.18"
+tokio = { version = "1.18", features = ["rt-multi-thread"] }

Review Comment:
   ```error: The default runtime flavor is `multi_thread`, but the 
`rt-multi-thread` feature is disabled.
     --> datafusion/proto/examples/logical_plan_serde.rs:22:1
      |
   22 | #[tokio::main]
      | ^^^^^^^^^^^^^^
      |
      = note: this error originates in the attribute macro `tokio::main` (in 
Nightly builds, run with -Z macro-backtrace for more info)```
      
   The above error is hit when `rt-multi-thread` is absent.



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