dongjoon-hyun commented on a change in pull request #26197: [SPARK-29577] 
Implement p-value simulation and unit tests for chi2 test
URL: https://github.com/apache/spark/pull/26197#discussion_r348764379
 
 

 ##########
 File path: mllib/pom.xml
 ##########
 @@ -130,6 +130,11 @@
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-tags_${scala.binary.version}</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.tdunning</groupId>
 
 Review comment:
   Could you run the following command? For now, this new dependency seems to 
block all testing. After running it, please commit the changes at `dev/deps/*`.
   ```
   dev/test-dependencies.sh --replace-manifest
   ```

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