klsince opened a new pull request, #9772: URL: https://github.com/apache/pinot/pull/9772
The immutable segments from OFFLINE table are reprocessed only when they are not consistent with the TableConfig or schema any more, like need to update index types, thus avoiding redundant processing. But the immutable segments from REALTIME table are reprocessed unconditionally today. This PR reuses the util methods added for OFFLINE table to make both consistent when loading immutable segments. Meanwhile, also make the management of temp data files/folders consistent between both type of tables. -- 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]
