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


##########
datafusion/functions/src/crypto/basic.rs:
##########
@@ -17,20 +17,17 @@
 
 //! "crypto" DataFusion functions
 
-use arrow::array::{
-    Array, ArrayRef, BinaryArray, BinaryArrayType, BinaryViewArray, 
GenericBinaryArray,
-    OffsetSizeTrait,
-};
-use arrow::array::{AsArray, GenericStringArray, StringViewArray};
+use arrow::array::{Array, ArrayRef, BinaryArray, BinaryArrayType};
+use arrow::array::{AsArray, StringViewArray};

Review Comment:
   Fixed the imports (wish rustfmt could handle this for us 😔 )



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