Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/6423#discussion_r32048775
--- Diff:
core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala
---
@@ -97,14 +96,12 @@ final class ShuffleBlockFetcherIterator(
* Queue of fetch requests to issue; we'll pull requests off this
gradually to make sure that
* the number of bytes in flight is limited to maxBytesInFlight.
*/
- private[this] val fetchRequests = new Queue[FetchRequest]
+ private[this] val fetchRequests = new mutable.Queue[FetchRequest]
--- End diff --
also change this to be like before, go back to importing the full version
and just `Queue` here
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]