This is an automated email from the ASF dual-hosted git repository. ankitsultana pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from fbfe10c413 [multistage] Multistage Engine Lite Mode (prototype) (#15743) add 24751c523e [multistage] Initialize Mailbox in MailboxContentObserver via gRPC Interceptors (#15762) No new revisions were added by this update. Summary of changes: .../pinot/query/mailbox/GrpcSendingMailbox.java | 7 ++ .../pinot/query/mailbox/channel/ChannelUtils.java | 7 ++ .../query/mailbox/channel/GrpcMailboxServer.java | 4 +- .../mailbox/channel/MailboxContentObserver.java | 5 +- ...nelUtils.java => MailboxServerInterceptor.java} | 27 +++++-- .../pinot/query/mailbox/MailboxServiceTest.java | 46 ++++++++++++ .../channel/MailboxContentObserverTest.java | 55 ++++++++++++++ .../channel/MailboxServerInterceptorTest.java | 86 ++++++++++++++++++++++ 8 files changed, 230 insertions(+), 7 deletions(-) copy pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/{ChannelUtils.java => MailboxServerInterceptor.java} (51%) create mode 100644 pinot-query-runtime/src/test/java/org/apache/pinot/query/mailbox/channel/MailboxContentObserverTest.java create mode 100644 pinot-query-runtime/src/test/java/org/apache/pinot/query/mailbox/channel/MailboxServerInterceptorTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org