gabotechs commented on code in PR #22010: URL: https://github.com/apache/datafusion/pull/22010#discussion_r3244059070
########## Cargo.lock: ########## @@ -1528,6 +1528,15 @@ dependencies = [ "crossbeam-utils", ] +[[package]] Review Comment: I don't think we can no, that package contains a work stealing queue, which is not really what we need here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
