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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]