[GitHub] [spark] Ngone51 commented on a change in pull request #31898: [SPARK-34790][CORE] Disable fetching shuffle blocks in batch when io encryption is enabled

2021-03-22 Thread GitBox
Ngone51 commented on a change in pull request #31898: URL: https://github.com/apache/spark/pull/31898#discussion_r598485027 ## File path: sql/core/src/test/scala/org/apache/spark/sql/execution/CoalesceShufflePartitionsSuite.scala ## @@ -408,6 +412,25 @@ class

[GitHub] [spark] Ngone51 commented on a change in pull request #31898: [SPARK-34790][CORE] Disable fetching shuffle blocks in batch when io encryption is enabled

2021-03-21 Thread GitBox
Ngone51 commented on a change in pull request #31898: URL: https://github.com/apache/spark/pull/31898#discussion_r598407556 ## File path: core/src/main/scala/org/apache/spark/shuffle/BlockStoreShuffleReader.scala ## @@ -51,15 +51,17 @@ private[spark] class