wuyunfeng commented on a change in pull request #1527: Expose data 
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306600198
 
 

 ##########
 File path: be/src/service/backend_service.cpp
 ##########
 @@ -245,4 +274,250 @@ void BackendService::submit_routine_load_task(
     return Status::OK().to_thrift(&t_status);
 }
 
+/*
+ * 1. validate user privilege (todo)
+ * 2. resolve opaqued_query_plan to thrift structure
+ * 3. build TExecPlanFragmentParams
+ * 4. FragmentMgr#exec_plan_fragment
+ */
+void BackendService::open(TScanOpenResult& result_, const TScanOpenParams& 
params) {
 
 Review comment:
   maybe open is preferred, sometimes simple or common name maybe better made 
out by external system service 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to