tustvold commented on code in PR #3044:
URL: https://github.com/apache/arrow-rs/pull/3044#discussion_r1015925890


##########
arrow-csv/src/reader.rs:
##########
@@ -1131,436 +1131,11 @@ impl ReaderBuilder {
 mod tests {
     use super::*;
 
-    use std::fs::File;
-    use std::io::{Cursor, Write};
+    use std::io::Write;
     use tempfile::NamedTempFile;
 
-    use crate::array::*;
-    use crate::compute::cast;
-    use crate::datatypes::Field;
     use chrono::prelude::*;
 
-    #[test]

Review Comment:
   These are moved to an integration test in the arrow crate



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