We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcafcd4 commit cef8928Copy full SHA for cef8928
sql/core/src/test/scala/org/apache/spark/sql/SQLQueryWithKryoSuite.scala
@@ -34,7 +34,7 @@ class SQLQueryWithKryoSuite extends QueryTest with SharedSQLContext {
34
// 1. Enable KryoSerializer
35
// 2. Set spark.kryo.unsafe to true
36
// 3. Use HighlyCompressedMapStatus since it uses RoaringBitmap
37
- // 4. Set spark.sql.shuffle.partitions to 6000, only 6000 can trigger
+ // 4. Set spark.sql.shuffle.partitions to 6000, 6000 can trigger issue based the supplied data
38
// 5. Comment the zero-size blocks fetch fail exception in ShuffleBlockFetcherIterator
39
// or this job will failed with FetchFailedException.
40
withSQLConf(
0 commit comments