hvanhovell commented on code in PR #40160:
URL: https://github.com/apache/spark/pull/40160#discussion_r1118915520


##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -43,6 +44,14 @@ message Command {
   }
 }
 
+message SqlCommand {

Review Comment:
   Can you explain the semi-eager evaluation mode here?
   - An actual command is executed & its result is returned as a long relation.
   - Any other query, we don't return anything.
   



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

Reply via email to