alamb commented on code in PR #6883: URL: https://github.com/apache/arrow-datafusion/pull/6883#discussion_r1256028416
########## datafusion/core/src/physical_plan/streaming.rs: ########## @@ -28,7 +28,7 @@ use datafusion_common::{DataFusionError, Result, Statistics}; use datafusion_physical_expr::{LexOrdering, PhysicalSortExpr}; use log::debug; -use crate::datasource::physical_plan::{OutputOrderingDisplay, ProjectSchemaDisplay}; Review Comment: I didn't want to have a depenency on `datasource` from `physical_plan` -- 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