jonmio commented on code in PR #50905: URL: https://github.com/apache/spark/pull/50905#discussion_r2093565529
########## project/SparkBuild.scala: ########## @@ -418,6 +420,8 @@ object SparkBuild extends PomBuild { enable(HiveThriftServer.settings)(hiveThriftServer) + enable(SparkConnect.settings)(pipelinesCore) Review Comment: I think these will actually drift in the future. For now, I removed the enable call and will just rely on the shared settings. In the future, we can define custom settings for Pipelines if needed -- 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