erickguan commented on code in PR #7815: URL: https://github.com/apache/opendal/pull/7815#discussion_r3487873610
########## 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: Curious. What does this add to using HDFS service? -- 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]
