adriangb commented on code in PR #23712:
URL: https://github.com/apache/datafusion/pull/23712#discussion_r3618300637
##########
datafusion/proto/src/physical_plan/mod.rs:
##########
@@ -2596,6 +2588,10 @@ pub trait PhysicalPlanNodeExt: Sized {
protobuf::GenerateSeriesName::GsRange => "range",
}
}
+ #[deprecated(
Review Comment:
Can we have these deprecated methods delegate to the new methods so we avoid
code duplication?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]