chaoyli 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_r234114081
##########
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:
I have remove it.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]