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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to