alamb commented on code in PR #22010: URL: https://github.com/apache/datafusion/pull/22010#discussion_r3243893739
########## Cargo.lock: ########## @@ -1528,6 +1528,15 @@ dependencies = [ "crossbeam-utils", ] +[[package]] Review Comment: not a huge fan of this new dependency --given we already have https://crates.io/crates/crossbeam-deque (a few lines above) maybe we can just that one so there are no net new dependencies? -- 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]
