klsince opened a new pull request, #13352: URL: https://github.com/apache/pinot/pull/13352
Extend CompactedPinotSegmentRecordReader so that it can skip deleteRecord if configured. Note that dropping deleteRecord too soon may cause the old soft-deleted record to show up unexpectedly, so one should be careful when to skip the deleteRecord. e.g. tombstones from segments older than certain threshold may be dropped safely. -- 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]
