You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. Generate a disguised representative file for each file slice, which spark uses to optimize rdd partition parallelism based on data such as file size
174
175
// For file slice only has base file, we directly use the base file size as representative file size
175
176
// For file slice has log file, we estimate the representative file size based on the log file size and option(base file) size
0 commit comments