[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/21212 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-06 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/21212#discussion_r186315362 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -267,28 +269,30 @@ final class

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-06 Thread jinxing64
Github user jinxing64 commented on a diff in the pull request: https://github.com/apache/spark/pull/21212#discussion_r186293064 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -267,28 +269,30 @@ final class

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-05 Thread Ngone51
Github user Ngone51 commented on a diff in the pull request: https://github.com/apache/spark/pull/21212#discussion_r186261650 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -267,28 +269,30 @@ final class

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-05 Thread jinxing64
Github user jinxing64 commented on a diff in the pull request: https://github.com/apache/spark/pull/21212#discussion_r186254447 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -267,28 +269,28 @@ final class

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-03 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/21212#discussion_r185980680 --- Diff: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala --- @@ -267,28 +269,28 @@ final class

[GitHub] spark pull request #21212: [SPARK-24143] filter empty blocks when convert ma...

2018-05-01 Thread jinxing64
GitHub user jinxing64 opened a pull request: https://github.com/apache/spark/pull/21212 [SPARK-24143] filter empty blocks when convert mapstatus to (blockId,… … size) pair. ## What changes were proposed in this pull request? In current