dongjoon-hyun commented on a change in pull request #24099: [SPARK-27168][TEST] 
Add docker integration test for MsSql server
URL: https://github.com/apache/spark/pull/24099#discussion_r266531985
 
 

 ##########
 File path: external/docker-integration-tests/pom.xml
 ##########
 @@ -150,5 +150,13 @@
       <version>10.5.0.5</version>
       <type>jar</type>
     </dependency>
+
+    <dependency>
+      <groupId>com.microsoft.sqlserver</groupId>
+      <artifactId>mssql-jdbc</artifactId>
+      <version>7.2.1.jre8</version>
+      <scope>test</scope>
+    </dependency>
+
 
 Review comment:
   Shall we remove the empty line here?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to