imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306255587
########## 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: I think open is not a good name? It is too common. ---------------------------------------------------------------- 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