hfutatzhanghb commented on code in PR #7815: URL: https://github.com/apache/opendal/pull/7815#discussion_r3487879977
########## core/services/hdfs/src/docs.md: ########## @@ -110,7 +110,7 @@ Enabling the vendored feature ensures that hdrs includes the necessary libhdfs.s use opendal_core::Operator; use opendal_service_hdfs::Hdfs; -#[tokio::main] +#[tokio::main(flavor = "current_thread")] Review Comment: Removed this in 359ce5b9a. It does not add anything specific to HDFS service usage and could imply HDFS requires the current-thread Tokio runtime, so the example is back to plain `#[tokio::main]`. -- 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]
