This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from bfd511a4b6 Compatibility verification against release 1.3.0 (#15080) add 946abeb451 Adding broker grpc query endpoint and BrokerRequest/BrokerResponse protobuf (#15081) No new revisions were added by this update. Summary of changes: .../requesthandler/GrpcBrokerRequestHandler.java | 26 ++++----- ...pcQueryClient.java => BaseGrpcQueryClient.java} | 18 ++---- .../common/utils/grpc/BrokerGrpcQueryClient.java | 32 +++++------ .../utils/grpc/BrokerGrpcRequestBuilder.java | 65 ++++++++++++++++++++++ .../grpc/ServerGrpcQueryClient.java} | 32 +++++------ ...tBuilder.java => ServerGrpcRequestBuilder.java} | 16 +++--- .../src/main/proto/{server.proto => broker.proto} | 10 ++-- .../tests/OfflineGRPCServerIntegrationTest.java | 16 +++--- .../OfflineSecureGRPCServerIntegrationTest.java | 6 +- .../query/mailbox/channel/ChannelManager.java | 4 +- .../query/service/dispatch/DispatchClient.java | 4 +- 11 files changed, 138 insertions(+), 91 deletions(-) rename pinot-common/src/main/java/org/apache/pinot/common/utils/grpc/{GrpcQueryClient.java => BaseGrpcQueryClient.java} (88%) copy pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/store/IndexEntry.java => pinot-common/src/main/java/org/apache/pinot/common/utils/grpc/BrokerGrpcQueryClient.java (52%) create mode 100644 pinot-common/src/main/java/org/apache/pinot/common/utils/grpc/BrokerGrpcRequestBuilder.java copy pinot-common/src/main/java/org/apache/pinot/common/{auth/NullAuthProvider.java => utils/grpc/ServerGrpcQueryClient.java} (50%) rename pinot-common/src/main/java/org/apache/pinot/common/utils/grpc/{GrpcRequestBuilder.java => ServerGrpcRequestBuilder.java} (86%) copy pinot-common/src/main/proto/{server.proto => broker.proto} (83%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org