Jackie-Jiang opened a new pull request, #9225: URL: https://github.com/apache/pinot/pull/9225
Currently we don't support explicit partition in real-time segment assignment, which makes it unaligned with the offline segment behavior. This PR adds support for that, and make the COMPLETED/UPLOADED segment behavior the same as offline segment assignment for consistency. Right now real-time and offline segment assignment shares a lot of common code. Will make a separate PR to extract a common class to reduce the duplicate code. The first commit auto-reformats the related classes. Please review the second commit for the actual change. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org