You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/10/23 18:32:00 UTC

[GitHub] [spark] holdenk commented on a change in pull request #26197: Implement p-value simulation and unit tests for chi2 test

holdenk commented on a change in pull request #26197: Implement p-value simulation and unit tests for chi2 test
URL: https://github.com/apache/spark/pull/26197#discussion_r338180024
 
 

 ##########
 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:
   Generally speaking we try and not pick up new dependencies for small features, especially those which aren't maintained by a community. Looking at tdunning's tdigest package there's been ~5 distinct contributors for 2019, and if we expand the window up to 2017 that goes up to ~7.
   
   Do we know how actively maintined this going to be and if he is going to maintain the 3.X line once the 4.X release is out?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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