You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@linkis.apache.org by "peacewong (via GitHub)" <gi...@apache.org> on 2023/03/06 03:56:48 UTC

[GitHub] [linkis] peacewong commented on a diff in pull request #4301: [feat]Support spark3.3+ and spark2.2- compile

peacewong commented on code in PR #4301:
URL: https://github.com/apache/linkis/pull/4301#discussion_r1125868738


##########
linkis-engineconn-plugins/spark/pom.xml:
##########
@@ -187,12 +187,21 @@
       <artifactId>linkis-rpc</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>net.sf.py4j</groupId>
+      <artifactId>py4j</artifactId>

Review Comment:
   Here py4j is compatible and should not be introduced separately, because spark jars already have this dependency, which will cause low version conflicts



-- 
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: notifications-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@linkis.apache.org
For additional commands, e-mail: notifications-help@linkis.apache.org