zzcclp commented on pull request #1507: URL: https://github.com/apache/kylin/pull/1507#issuecomment-744278051
## Test Result ### Before this patch  As shown as above, every 'flatMapToPair' operation executes 'shuffle read'. ### After this patch  After this patch, the time of every 'flatMapToPair' operation took is smaller than before, and it directly reads cached data and doesn't do 'shuffle read'. ---------------------------------------------------------------- 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]
