houqp commented on a change in pull request #891:
URL: https://github.com/apache/arrow-datafusion/pull/891#discussion_r689151562
##########
File path: ballista/rust/core/proto/ballista.proto
##########
@@ -249,9 +249,10 @@ message LogicalPlanNode {
RepartitionNode repartition = 9;
EmptyRelationNode empty_relation = 10;
CreateExternalTableNode create_external_table = 11;
- AnalyzeNode analyze = 14;
ExplainNode explain = 12;
WindowNode window = 13;
+ AnalyzeNode analyze = 14;
Review comment:
@alamb i reordered the node down here so it's easier to do the counting.
I am guessing you put it next to `ExplainNode` because that's how they should
be logically grouped? If so, maybe we could keep it next to `ExplainNode` and
reorder the subsequent fields.
--
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]