jonahgao commented on code in PR #8415: URL: https://github.com/apache/arrow-datafusion/pull/8415#discussion_r1414190653
########## datafusion/core/src/datasource/memory.rs: ########## @@ -19,9 +19,9 @@ use datafusion_physical_plan::metrics::MetricsSet; use futures::StreamExt; -use hashbrown::HashMap; use log::debug; use std::any::Any; +use std::collections::HashMap; Review Comment: I introduced `hashbrown::HashMap` in https://github.com/apache/arrow-datafusion/pull/8283, now I am replacing it with `std::collections::HashMap`. -- 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]
