Jackie-Jiang commented on issue #8283: URL: https://github.com/apache/pinot/issues/8283#issuecomment-1059448874
@mcvsubbu We don't want to put this limitation because users might want to bootstrap a real-time table with data not in the stream, or back-fill some segment to correct the wrong data in the stream. We will manage the uploaded segment separately from the regular completed segment as they don't necessarily follow the same naming convention, and the offset info might not be available in uploaded segment. #6567 gives the idea of how the uploaded segment will be managed. We need to ensure the whole realtime table pipeline works with uploaded segment, then remove the check for upsert table during segment push. -- 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]
