amaliujia commented on code in PR #38944:
URL: https://github.com/apache/spark/pull/38944#discussion_r1041306999


##########
python/pyspark/testing/connectutils.py:
##########
@@ -28,7 +28,7 @@
     from pyspark.sql.connect.plan import LogicalPlan
     from pyspark.sql.connect.session import SparkSession
 
-    connect_jar = search_jar("connector/connect", "spark-connect-assembly-", 
"spark-connect")
+    connect_jar = search_jar("connector/connect/server", 
"spark-connect-assembly-", "spark-connect")

Review Comment:
   Thanks. Looks like the trick is to find the server assembly jar which 
include the proto generated code, the server and necessary spark code.



-- 
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

Reply via email to