Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/916#discussion_r13210179
--- Diff: pom.xml ---
@@ -246,6 +246,11 @@
<version>1.5</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.2</version>
--- End diff --
Good point. If it's test-only, should be no risk. Although, hm, can this be
expressed as test-only in SBT? If not then if it were 3.3 it would affect the
final non-test artifact. Hm. Up to you all's judgment on that one. Heh, as it
happens I did fix a bug in 3.3 in the Poisson distribution for CM:
https://issues.apache.org/jira/browse/MATH-1056 Probably has no effect here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---