This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new c1ae1a0fa2 remove gensrc/proto/palo_internal_service.proto, this 
removed in #6341 and add back in #6329 by mistake (#9233)
c1ae1a0fa2 is described below

commit c1ae1a0fa2cb17dc2ed22180ec34485a1a216dee
Author: Zhengguo Yang <yangz...@gmail.com>
AuthorDate: Wed Apr 27 08:25:01 2022 +0800

    remove gensrc/proto/palo_internal_service.proto, this removed in #6341 and 
add back in #6329 by mistake (#9233)
---
 gensrc/proto/palo_internal_service.proto | 46 --------------------------------
 1 file changed, 46 deletions(-)

diff --git a/gensrc/proto/palo_internal_service.proto 
b/gensrc/proto/palo_internal_service.proto
deleted file mode 100644
index 07da2e37ea..0000000000
--- a/gensrc/proto/palo_internal_service.proto
+++ /dev/null
@@ -1,46 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-// NOTE(XXX): DEPRECATED, just use to compatiple with old version.
-// Make system can grayscale upgrade
-syntax="proto2";
-
-import "internal_service.proto";
-
-package palo;
-option java_package = "org.apache.doris.proto";
-
-option cc_generic_services = true;
-
-service PInternalService {
-    rpc transmit_data(doris.PTransmitDataParams) returns 
(doris.PTransmitDataResult);
-    rpc exec_plan_fragment(doris.PExecPlanFragmentRequest) returns 
(doris.PExecPlanFragmentResult);
-    rpc cancel_plan_fragment(doris.PCancelPlanFragmentRequest) returns 
(doris.PCancelPlanFragmentResult);
-    rpc fetch_data(doris.PFetchDataRequest) returns (doris.PFetchDataResult);
-    rpc tablet_writer_open(doris.PTabletWriterOpenRequest) returns 
(doris.PTabletWriterOpenResult);
-    rpc tablet_writer_add_batch(doris.PTabletWriterAddBatchRequest) returns 
(doris.PTabletWriterAddBatchResult);
-    rpc tablet_writer_cancel(doris.PTabletWriterCancelRequest) returns 
(doris.PTabletWriterCancelResult);
-    rpc get_info(doris.PProxyRequest) returns (doris.PProxyResult);
-    rpc update_cache(doris.PUpdateCacheRequest) returns (doris.PCacheResponse);
-    rpc fetch_cache(doris.PFetchCacheRequest) returns 
(doris.PFetchCacheResult);
-    rpc clear_cache(doris.PClearCacheRequest) returns (doris.PCacheResponse);
-
-    rpc merge_filter(doris.PMergeFilterRequest) returns 
(doris.PMergeFilterResponse);
-    rpc apply_filter(doris.PPublishFilterRequest) returns 
(doris.PPublishFilterResponse);
-    rpc fold_constant_expr(doris.PConstantExprRequest) returns 
(doris.PConstantExprResult);
-    rpc transmit_block(doris.PTransmitDataParams) returns 
(doris.PTransmitDataResult);
-};


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to