ruanwenjun commented on code in PR #1876:
URL: 
https://github.com/apache/incubator-seatunnel/pull/1876#discussion_r873705239


##########
seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-tidb/pom.xml:
##########
@@ -60,6 +60,10 @@
                     <groupId>mysql</groupId>
                     <artifactId>mysql-connector-java</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.spark</groupId>
+                    <artifactId>spark-sql_${scala.binary.version}}</artifactId>
+                </exclusion>

Review Comment:
   We have already defined the `spark-sql_${scala.binary.version}` in root-pom, 
so our version will overwrite the version define in tibd. It seems this will 
not cause version conflict, unless tidb needs a different spark-sql version.



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

Reply via email to