LuciferYang commented on code in PR #52706:
URL: https://github.com/apache/spark/pull/52706#discussion_r2464928889
##########
launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java:
##########
@@ -195,6 +197,9 @@ List<String> buildClassPath(String appClassPath) throws
IOException {
if (isRemote && "1".equals(getenv("SPARK_SCALA_SHELL")) &&
project.equals("sql/core")) {
continue;
}
+ if (isBeeLine && project.equals("sql/core")) {
Review Comment:
Is it possible to conduct an inspection on the `BeeLine with Connect JDBC
driver` and apply special handling solely for this specific scenario?
--
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]