viirya commented on code in PR #9107:
URL: https://github.com/apache/arrow-datafusion/pull/9107#discussion_r1476751818


##########
datafusion/physical-expr/src/regex_expressions.rs:
##########
@@ -409,10 +332,12 @@ pub fn specialize_regexp_replace<T: OffsetSizeTrait>(
 
 #[cfg(test)]
 mod tests {
-    use super::*;
     use arrow::array::*;
+
     use datafusion_common::ScalarValue;
 
+    use super::*;

Review Comment:
   ```suggestion
       use datafusion_common::ScalarValue;
       use super::*;
   ```



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

Reply via email to