You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/04/28 02:30:01 UTC

[incubator-doris] 01/09: remove gensrc/proto/palo_internal_service.proto, this removed in #6341 and add back in #6329 by mistake (#9233)

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

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

commit db4932be00ddeca1f7346d88cd815ae8c2b11d2f
Author: Zhengguo Yang <ya...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org