You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/16 03:31:16 UTC

[GitHub] imay commented on a change in pull request #311: Transform row-oriented table to columnar-oriented table

imay commented on a change in pull request #311: Transform row-oriented table to columnar-oriented table
URL: https://github.com/apache/incubator-doris/pull/311#discussion_r234079446
 
 

 ##########
 File path: be/src/olap/olap_engine.cpp
 ##########
 @@ -266,6 +266,117 @@ OLAPStatus OLAPEngine::load_one_tablet(
     return OLAP_SUCCESS;
 }
 
+void OLAPEngine::check_none_row_oriented_table(const std::vector<OlapStore*>& stores) {
+    std::vector<std::thread> threads;
 
 Review comment:
   `threads` is not used

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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