[fix](ut) Fix run fe ut failed, be ut memory leak and build thirdparty failed (#7377)
This commit is contained in:
@ -292,6 +292,7 @@ TEST_F(StringFunctionsTest, left) {
|
||||
|
||||
ASSERT_EQ(AnyValUtil::from_string(ctx, std::string("")),
|
||||
StringFunctions::left(context, StringVal(""), 10));
|
||||
delete context;
|
||||
}
|
||||
|
||||
TEST_F(StringFunctionsTest, substring) {
|
||||
|
||||
Reference in New Issue
Block a user