amaliujia commented on code in PR #38638:
URL: https://github.com/apache/spark/pull/38638#discussion_r1021075427
##########
connector/connect/src/main/protobuf/spark/connect/base.proto:
##########
@@ -48,6 +72,9 @@ message Request {
// The logical plan to be executed / analyzed.
Plan plan = 3;
+ // (Required) For analyzePlan rpc calls, configure the mode to explain plan
in strings.
+ ExplainMode explain_mode= 4;
Review Comment:
hmmm yeah I guess we can go to the flatten approach which extracts sutff
into message.
--
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]