Hi David, Here in the case which you gave the ranges will combine into 1 common range, that is (0-300). So now we will check on how many tasks(default parallelism) we have to make and divide into those many ranges. Suppose we have 3 executors and 1 core each so the parallelism is 3 here so we can divide the one range into 3 ranges as (0-100), (100-200) and (200-300) as our final ranges.
Thanks and regards, Manish Nalla -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
