Jefffrey commented on code in PR #20385:
URL: https://github.com/apache/datafusion/pull/20385#discussion_r2838820159


##########
datafusion/functions-nested/src/array_has.rs:
##########
@@ -38,6 +38,7 @@ use crate::make_array::make_array_udf;
 use crate::utils::make_scalar_function;
 
 use std::any::Any;
+use std::collections::HashSet;

Review Comment:
   Main point of reference is this reply:
   
   - https://github.com/apache/datafusion/issues/677#issuecomment-873671789
   
   Though its a few years old at this point so don't know if things have 
changed since



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