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


##########
launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java:
##########
@@ -182,6 +182,9 @@ List<String> buildClassPath(String appClassPath) throws 
IOException {
           if (project.equals("sql/connect/server") || 
project.equals("sql/connect/common")) {
             continue;
           }
+          if (isRemote && "1".equals(getenv("SPARK_SCALA_SHELL")) && 
project.equals("sql/core")) {

Review Comment:
   cc @HyukjinKwon FYI
   
   Is this check condition correct?
   
   also cc @pan3793 He reported this issue.
   
   



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