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/incubator-horaedb-proto.git

commit 32346e06a6e8d4f5d9fa5ee7c3c67957e10478c0
Author: Jiacai Liu <[email protected]>
AuthorDate: Thu Dec 7 09:56:28 2023 +0800

    feat: request_id as string (#111)
---
 protos/engine/remote_engine.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/protos/engine/remote_engine.proto 
b/protos/engine/remote_engine.proto
index 5b562d2..0aad303 100644
--- a/protos/engine/remote_engine.proto
+++ b/protos/engine/remote_engine.proto
@@ -158,6 +158,7 @@ enum QueryPriority {
 }
 
 message ExecContext {
+  // This field is deprecated, use request_id_str instead.
   uint64 request_id = 1;
   string default_catalog = 2;
   string default_schema = 3;
@@ -165,6 +166,7 @@ message ExecContext {
   int64 timeout_ms = 4;
   QueryPriority priority = 5;
   string displayable_query = 6;
+  string request_id_str = 7;
 }
 
 message ExecutePlanRequest {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to