Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/22784
  
    Can I clarify the description?
    > Because we are passing an array of size n*(n+1)/2 to the breeze library 
and the size cannot be more than INT_MAX. so, the maximum column size we can 
give is 65,500.
    
    If n > 20726, `n*(n+1)/2` > 214783647 ( = INT_MAX)`. Where does this 
limitation `65,500` come from?
    



---

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

Reply via email to