srowen commented on issue #24865: [SPARK-27100][SQL] dag-scheduler-event-loop" 
java.lang.StackOverflowError
URL: https://github.com/apache/spark/pull/24865#issuecomment-502787879
 
 
   If one doesn't care, use Seq. Array is 'overkill', but simple, if the 
requirement is simply constant time random access. I think here that's what we 
want, more generally, as it won't be implemented as a LinkedList. `IndexedSeq` 
is OK if we can guarantee it, but, I think `Array` is fine and simple.

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