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

jiacai2050 pushed a commit to branch fix-remote-explain
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-proto.git

commit 629d9d5cd1426d7150dbf5be85f6b05f21372fc9
Author: jiacai2050 <[email protected]>
AuthorDate: Fri Dec 29 15:52:00 2023 +0800

    fix: add explain remote query context
---
 protos/engine/remote_engine.proto | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/protos/engine/remote_engine.proto 
b/protos/engine/remote_engine.proto
index 1b97616..096f97e 100644
--- a/protos/engine/remote_engine.proto
+++ b/protos/engine/remote_engine.proto
@@ -147,6 +147,10 @@ enum QueryPriority {
   Low = 1;
 }
 
+enum Explain {
+  Analyze = 0;
+}
+
 message ExecContext {
   // This field is deprecated, use request_id_str instead.
   uint64 request_id = 1;
@@ -157,6 +161,7 @@ message ExecContext {
   QueryPriority priority = 5;
   string displayable_query = 6;
   string request_id_str = 7;
+  optional Explain explain  = 8;
 }
 
 message ExecutePlanRequest {


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

Reply via email to