tustvold commented on code in PR #5056: URL: https://github.com/apache/arrow-datafusion/pull/5056#discussion_r1091240712
########## datafusion/core/src/physical_plan/file_format/csv.rs: ########## @@ -21,7 +21,6 @@ use crate::datasource::file_format::file_type::FileCompressionType; use crate::error::{DataFusionError, Result}; use crate::execution::context::{SessionState, TaskContext}; use crate::physical_plan::expressions::PhysicalSortExpr; -use crate::physical_plan::file_format::delimited_stream::newline_delimited_stream; Review Comment: Unfortunately it is still used by the schema inference logic, I'll see about resurrecting the PR to move to using the upstream implementation -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org