gabotechs commented on code in PR #25015:
URL: https://github.com/apache/datafusion/pull/25015#discussion_r3950450577


##########
datafusion/substrait/src/logical_plan/consumer/substrait_consumer.rs:
##########
@@ -36,7 +36,7 @@ use datafusion::common::{
 use datafusion::execution::{FunctionRegistry, SessionState};
 use datafusion::logical_expr::expr::LambdaVariable;
 use datafusion::logical_expr::{Expr, Extension, LogicalPlan};
-use std::collections::VecDeque;
+use std::collections::{HashMap, VecDeque};

Review Comment:
   👍 That's fine, I remember there was a CI check that fires if std's hashmap 
was used, but if here it's justified, we can just add a clippy exception with a 
good comment if CI fails



-- 
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]

Reply via email to