LuciferYang commented on code in PR #39807:
URL: https://github.com/apache/spark/pull/39807#discussion_r1091017285


##########
connector/connect/client/jvm-e2e-tests/src/test/scala/org/apache/spark/sql/connect/client/util/RemoteSparkSession.scala:
##########
@@ -124,7 +124,8 @@ object SparkConnectServerUtils {
         f.getName.startsWith("spark-connect-assembly") && 
f.getName.endsWith(".jar")) ||
       // Maven Jar
       (f.getParent.endsWith("target") &&
-        f.getName.startsWith("spark-connect") && f.getName.endsWith(".jar"))
+        f.getName.startsWith("spark-connect")

Review Comment:
   revert this change after https://github.com/apache/spark/pull/39810 merged



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

Reply via email to