zzcclp commented on pull request #1495: URL: https://github.com/apache/kylin/pull/1495#issuecomment-738628576
## The Results of Testing Manually ### Test Env - Hadoop 2.7.0 on docker. - Commit : [3b3786c5c](https://github.com/apache/kylin/commit/3b3786c5c9602838cd4abd0a6d40574550ec8622) - Sparder Env : spark.executor.cores=1 spark.executor.instances=4 spark.executor.memory=2G spark.executor.memoryOverhead=1G spark.sql.shuffle.partitions=4 ### Before this patch The shuffle partition number of all querys is 4, which equals to the total cores number.     ### After this patch The shuffle partition number of each query is calculated according to the scanned bytes of each query:     ---------------------------------------------------------------- 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: [email protected]
