LuciferYang commented on code in PR #50187: URL: https://github.com/apache/spark/pull/50187#discussion_r1997968660
########## connect-examples/server-library-example/pom.xml: ########## @@ -36,7 +36,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <scala.binary>2.13</scala.binary> <scala.version>2.13.15</scala.version> - <protobuf.version>3.25.4</protobuf.version> - <spark.version>4.0.0-preview2</spark.version> + <protobuf.version>4.29.3</protobuf.version> + <spark.version>4.1.0-SNAPSHOT</spark.version> + <connect.guava.version>33.4.0-jre</connect.guava.version> Review Comment: > What if we update the release script and add a rule/command to auto-change the project version in this pom file as well? This way, we can satisfy both continuous build compatibility with Spark and be somewhat independent (modulo the dependency on the ASF snapshot repo). @vicennial Is there any progress on this pr? I think it would be best if we could resolve this issue in Spark 4.0. -- 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