jiacai2050 commented on code in PR #1303:
URL: 
https://github.com/apache/incubator-horaedb/pull/1303#discussion_r1436204950


##########
df_engine_extensions/src/dist_sql_query/resolver.rs:
##########
@@ -196,6 +197,7 @@ impl Resolver {
     pub async fn resolve_sub_scan(
         &self,
         plan: Arc<dyn ExecutionPlan>,
+        priority: Priority,

Review Comment:
   There is no easy to do this, Priority came from remote request `context`,
   ```
   message ExecutePlanRequest {
     ExecContext context = 1;
     oneof physical_plan {
       bytes datafusion = 2;
     }
     TableIdentifier table = 3;
   }
   
   ```
   `plan` is raw bytes, if we put priority inside the `plan`, then `priority` 
will be duplicated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to