grundprinzip commented on code in PR #49503: URL: https://github.com/apache/spark/pull/49503#discussion_r1918626378
########## sql/connect/server/src/main/scala/org/apache/spark/sql/connect/config/Connect.scala: ########## @@ -214,6 +214,18 @@ object Connect { .toSequence .createWithDefault(Nil) + val CONNECT_ML_BACKEND_CLASSES = + buildConf("spark.connect.ml.backend.classes") Review Comment: I think backend classes is fine because it's not really a plugin. -- 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