cloud-fan commented on pull request #29797: URL: https://github.com/apache/spark/pull/29797#issuecomment-695999530
See `OptimizeLocalShuffleReader.getPartitionSpecs`: ``` val expectedParallelism = advisoryParallelism.getOrElse(numReducers) ``` If we skip local shuffle reader, we fix the small files issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org