jerqi commented on PR #294: URL: https://github.com/apache/incubator-uniffle/pull/294#issuecomment-1303266754
> > We seems that we don't need the processedBlock. We can reduce the expect blockIds range according to processed blocks. > > But the final expect blockIds is also discontinuous. I'm going to use an arrry to store it, like [start1, end1, start2, end2], and if endN-startN is too small, i will remove it for reduce its size. Maybe we don't need array. Because we don't need continuous block. The blocks which is in the server is discontinuous, we can get discontinuous blocks when we use the range filter to filter the server blocks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
