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


##########
sql/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -483,11 +483,15 @@ message SubqueryExpression {
   // (Optional) Options specific to table arguments.
   optional TableArgOptions table_arg_options = 3;
 
+  // (Optional) IN subquery options.
+  optional InSubqueryOptions in_subquery_options = 4;

Review Comment:
   You can also just reference the IN expression directly here. Or is there 
future work that requires a separate 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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to