beliefer commented on code in PR #50378: URL: https://github.com/apache/spark/pull/50378#discussion_r2013294180
########## connect-examples/server-library-example/README.md: ########## @@ -85,7 +85,7 @@ reading, writing and processing data in the custom format. The plugins (`CustomC 4. **Copy relevant JARs to the root of the unpacked Spark distribution**: ```bash cp \ - <SPARK_HOME>/connect-examples/server-library-example/resources/spark-daria_2.13-1.2.3.jar \ + <SPARK_HOME>/connect-examples/server-library-example/common/target/spark-daria_2.13-1.2.3.jar \ Review Comment: Because the spark-daria_2.13-1.2.3.jar removed and package spark-daria_${scala.binary}-1.2.3.jar. How about using `spark-daria_${scala.binary}-1.2.3.jar` instead? -- 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