ic4y commented on a change in pull request #1309:
URL: https://github.com/apache/arrow-datafusion/pull/1309#discussion_r753697097
##########
File path: ballista/rust/core/src/serde/logical_plan/to_proto.rs
##########
@@ -778,43 +779,43 @@ impl TryInto<protobuf::LogicalPlanNode> for &LogicalPlan {
)))
}
}
- LogicalPlan::Projection {
- expr, input, alias, ..
- } => Ok(protobuf::LogicalPlanNode {
+ LogicalPlan::Projection(projection_plan) =>
Ok(protobuf::LogicalPlanNode {
Review comment:
@liukun4515 My thoughts are the same as you, @xudong963 What you think?
I submit it first, and then modify it if necessary.
--
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]