alamb commented on code in PR #6571:
URL: https://github.com/apache/arrow-datafusion/pull/6571#discussion_r1220377232
##########
datafusion/core/src/physical_plan/display.rs:
##########
@@ -21,7 +21,7 @@
use std::fmt;
-use crate::logical_expr::{StringifiedPlan, ToStringifiedPlan};
+use datafusion_common::display::{StringifiedPlan, ToStringifiedPlan};
Review Comment:
the whole point of this PR is to remove the `logical_expr` from the `use`
statements in `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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]