holdenk created SPARK-13200: ------------------------------- Summary: Investigate math.round on integer number in MFDataGenerator.scala:109 Key: SPARK-13200 URL: https://issues.apache.org/jira/browse/SPARK-13200 Project: Spark Issue Type: Improvement Components: MLlib Reporter: holdenk Priority: Minor
Apparently we are calling round on an integer which now in Scala 2.11 results in a warning (it didn't make any sense before either). Figure out if this is a mistake we can just remove or if we got the types wrong somewhere. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org