asfgit closed pull request #6528: [FLINK-10107] [e2e] Exclude conflicting SQL 
JARs from test
URL: https://github.com/apache/flink/pull/6528
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml 
b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
index ec5a0e10360..6e69568939f 100644
--- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml
+++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml
@@ -153,13 +153,14 @@ under the License.
                                                                        
<classifier>sql-jar</classifier>
                                                                        
<type>jar</type>
                                                                </artifactItem>
+                                                               <!-- This SQL 
JAR is not used for now to avoid dependency conflicts; see FLINK-10107.
                                                                <artifactItem>
                                                                        
<groupId>org.apache.flink</groupId>
                                                                        
<artifactId>flink-connector-kafka-0.9_${scala.binary.version}</artifactId>
                                                                        
<version>${project.version}</version>
                                                                        
<classifier>sql-jar</classifier>
                                                                        
<type>jar</type>
-                                                               </artifactItem>
+                                                               
</artifactItem>-->
                                                                <artifactItem>
                                                                        
<groupId>org.apache.flink</groupId>
                                                                        
<artifactId>flink-connector-kafka-0.10_${scala.binary.version}</artifactId>
@@ -167,13 +168,14 @@ under the License.
                                                                        
<classifier>sql-jar</classifier>
                                                                        
<type>jar</type>
                                                                </artifactItem>
+                                                               <!-- This SQL 
JAR is not used for now to avoid dependency conflicts; see FLINK-10107.
                                                                <artifactItem>
                                                                        
<groupId>org.apache.flink</groupId>
                                                                        
<artifactId>flink-connector-kafka-0.11_${scala.binary.version}</artifactId>
                                                                        
<version>${project.version}</version>
                                                                        
<classifier>sql-jar</classifier>
                                                                        
<type>jar</type>
-                                                               </artifactItem>
+                                                               
</artifactItem>-->
                                                        </artifactItems>
                                                </configuration>
                                        </execution>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to