alamb opened a new pull request #489:
URL: https://github.com/apache/arrow-datafusion/pull/489


   When testing with
   
   ```
   cargo test -p datafusion --no-default-features   -- pruning
   ```
   
   I get this warning:
   ```
   warning: unused import: `ListArray`
       --> datafusion/src/physical_plan/functions.rs:1278:25
        |
   1278 |             Int32Array, ListArray, StringArray, UInt32Array, 
UInt64Array,
        |                         ^^^^^^^^^
        |
        = note: `#[warn(unused_imports)]` on by default
   ```
   
   Because the test that uses it is not being compiled without the default 
features.  
   
   Thus move the `use` to the tests that need them. 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to