Skip to content

Commit cef8928

Browse files
committed
trivial
1 parent fcafcd4 commit cef8928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQueryWithKryoSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SQLQueryWithKryoSuite extends QueryTest with SharedSQLContext {
3434
// 1. Enable KryoSerializer
3535
// 2. Set spark.kryo.unsafe to true
3636
// 3. Use HighlyCompressedMapStatus since it uses RoaringBitmap
37-
// 4. Set spark.sql.shuffle.partitions to 6000, only 6000 can trigger
37+
// 4. Set spark.sql.shuffle.partitions to 6000, 6000 can trigger issue based the supplied data
3838
// 5. Comment the zero-size blocks fetch fail exception in ShuffleBlockFetcherIterator
3939
// or this job will failed with FetchFailedException.
4040
withSQLConf(

0 commit comments

Comments
 (0)