You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/07 21:40:30 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3044: Split out arrow-csv (#2594)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org