gagafunctor commented on a change in pull request #23983: [SPARK-26881][mllib] 
Heuristic for tree aggregate depth
URL: https://github.com/apache/spark/pull/23983#discussion_r265277472
 
 

 ##########
 File path: 
mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/RowMatrix.scala
 ##########
 @@ -24,8 +24,8 @@ import scala.collection.mutable.ListBuffer
 import breeze.linalg.{axpy => brzAxpy, inv, svd => brzSvd, DenseMatrix => BDM, 
DenseVector => BDV,
   MatrixSingularException, SparseVector => BSV}
 import breeze.numerics.{sqrt => brzSqrt}
-
 import org.apache.spark.annotation.Since
+import org.apache.spark.internal.config.MAX_RESULT_SIZE
 
 Review comment:
   okay makes sense, thanks for the clarification !

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