viirya commented on code in PR #6571:
URL: https://github.com/apache/arrow-datafusion/pull/6571#discussion_r1225644958


##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -42,7 +42,8 @@ use std::fmt::{self, Debug, Display, Formatter};
 use std::hash::{Hash, Hasher};
 use std::sync::Arc;
 
-// backwards compatible
+// backwards compatibility
+pub use datafusion_common::display::{PlanType, StringifiedPlan, 
ToStringifiedPlan};

Review Comment:
   Yea, for such re-exported things, seems it is impossible to add deprecated 
message. So the only way is just to remove this kind of old APIs after some 
time (e.g., few releases?).



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