attilapiros commented on issue #26633: [SPARK-29994][CORE] Add WILDCARD task location URL: https://github.com/apache/spark/pull/26633#issuecomment-559039619 It would be good to go through all the places where `TaskLocation` or its `host` member is used. Like this place which returns a `Seq[String]` from the locations `host`: https://github.com/apache/spark/blob/72a946cb5649a08a8bfc8de03924fd95349347e1/core/src/main/scala/org/apache/spark/rdd/CoalescedRDD.scala#L179-L181 Which latter will be used to create only one `PartitionGroup` for all the partitions where `WildcardLocation` is the preferred location.
---------------------------------------------------------------- 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]
