Github user jkbradley commented on the issue:

    https://github.com/apache/spark/pull/16495
  
    The key point @vlad17 made was that an operation which should be O(N) is 
taking O(N^2) in the current implementation.  Let's fix that, regardless of 
whether or not we add a stress test.
    
    Also, we can't add such a long test for this.  Unit tests should take 
seconds at most, and ideally sub-second times.  Offline stress testing is 
great, though.
    
    Thanks!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to