zhengruifeng commented on code in PR #50441: URL: https://github.com/apache/spark/pull/50441#discussion_r2019628214
########## sql/connect/common/src/main/protobuf/spark/connect/ml.proto: ########## @@ -51,7 +51,7 @@ message MlCommand { // Command to delete the cached object which could be a model // or summary evaluated by a model message Delete { - ObjectRef obj_ref = 1; + repeated ObjectRef obj_refs = 1; Review Comment: sure -- 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