SparkQA commented on issue #19788: [SPARK-9853][Core] Optimize shuffle fetch of 
contiguous partition IDs
URL: https://github.com/apache/spark/pull/19788#issuecomment-455078248
 
 
   **[Test build #101345 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/101345/testReport)**
 for PR 19788 at commit 
[`5933bf8`](https://github.com/apache/spark/commit/5933bf88b4f34ef9e20bfe2584591565552c46ff).
    * This patch **fails due to an unknown error code, -9**.
    * This patch **does not merge cleanly**.
    * This patch adds the following public classes _(experimental)_:
     * `sealed trait ShuffleBlock extends BlockId `
     * `case class ShuffleBlockId(shuffleId: Int, mapId: Int, reduceId: Int) 
extends ShuffleBlock `
     * `case class ArrayShuffleBlockString(blockIds: Seq[String]) extends 
ShuffleBlock `
     * `case class ArrayShuffleBlockId(blockIds: Seq[BlockId]) extends 
ShuffleBlock `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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