vegarsti commented on code in PR #17777:
URL: https://github.com/apache/datafusion/pull/17777#discussion_r2380981410


##########
datafusion/common/src/dfschema.rs:
##########
@@ -1327,6 +1332,7 @@ pub fn qualified_name(qualifier: Option<&TableReference>, 
name: &str) -> String
 
 #[cfg(test)]
 mod tests {
+    use arrow::datatypes::TimeUnit;

Review Comment:
   See https://github.com/apache/datafusion/pull/17777#discussion_r2380977718 
about removing this import. If you still want to keep it, seems like it needs 
to be below the next import



##########
datafusion/common/src/dfschema.rs:
##########
@@ -1327,6 +1332,7 @@ pub fn qualified_name(qualifier: Option<&TableReference>, 
name: &str) -> String
 
 #[cfg(test)]
 mod tests {
+    use arrow::datatypes::TimeUnit;

Review Comment:
   See https://github.com/apache/datafusion/pull/17777#discussion_r2380977718 
about removing this import. If you still want to keep it, seems like it needs 
to be below the next import for cargo check to pass



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