This is an automated email from the ASF dual-hosted git repository.
jiacai2050 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/horaedb.git
The following commit(s) were added to refs/heads/main by this push:
new 8011632d fix(comment): update error documentation comment for remote
engine service (#1548)
8011632d is described below
commit 8011632defa06f81c829393225ba0ddfe189be92
Author: Leslie Su <[email protected]>
AuthorDate: Sun Jul 21 14:47:06 2024 +0800
fix(comment): update error documentation comment for remote engine service
(#1548)
## Rationale
Updating an error comment in the code to reflect the correct service
name is needed.
## Test Plan
No need
---
src/server/src/grpc/remote_engine_service/error.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/server/src/grpc/remote_engine_service/error.rs
b/src/server/src/grpc/remote_engine_service/error.rs
index 16a69452..ae3044c3 100644
--- a/src/server/src/grpc/remote_engine_service/error.rs
+++ b/src/server/src/grpc/remote_engine_service/error.rs
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-//! Error definitions for meta event service.
+//! Error definitions for remote engine service.
use generic_error::GenericError;
use horaedbproto::common::ResponseHeader;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]