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:
@ -19,6 +19,9 @@
|
||||
#include "lib/oblog/ob_log.h"
|
||||
#include "sql/resolver/expr/ob_raw_expr_util.h"
|
||||
#include "sql/engine/expr/ob_expr_operator.h"
|
||||
#define private public
|
||||
#include "observer/ob_server.h"
|
||||
#undef private
|
||||
|
||||
using namespace oceanbase::sql;
|
||||
using namespace oceanbase::common;
|
||||
@ -74,6 +77,7 @@ TEST_F(TestRawExprToStr, basic)
|
||||
ctx.is_extract_param_type_ = false;
|
||||
ObSQLSessionInfo session;
|
||||
ctx.session_info_ = &session;
|
||||
OBSERVER.init_version();
|
||||
|
||||
const int64_t buf_len = 1024;
|
||||
int64_t pos = 0;
|
||||
|
Reference in New Issue
Block a user