Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
@ -21,6 +21,9 @@
|
||||
#include "common/ob_clock_generator.h"
|
||||
#include "lib/json/ob_json_print_utils.h"
|
||||
#include "lib/geo/ob_s2adapter.h"
|
||||
#define private public
|
||||
#include "observer/ob_server.h"
|
||||
#undef private
|
||||
#include <fstream>
|
||||
#undef protected
|
||||
#undef private
|
||||
@ -1304,7 +1307,7 @@ int main(int argc, char **argv)
|
||||
ContextParam param;
|
||||
param.set_mem_attr(1001, "QueryRange", ObCtxIds::WORK_AREA)
|
||||
.set_page_size(OB_MALLOC_BIG_BLOCK_SIZE);
|
||||
|
||||
OBSERVER.init_version();
|
||||
::testing::InitGoogleTest(&argc,argv);
|
||||
CREATE_WITH_TEMP_CONTEXT(param) {
|
||||
ret = RUN_ALL_TESTS();
|
||||
|
Reference in New Issue
Block a user