yangzhg commented on a change in pull request #8211:
URL: https://github.com/apache/incubator-doris/pull/8211#discussion_r812805509
##########
File path: be/test/exec/es_predicate_test.cpp
##########
@@ -142,6 +142,7 @@ Status
EsPredicateTest::build_expr_context_list(std::vector<ExprContext*>& conju
TEST_F(EsPredicateTest, normal) {
std::vector<ExprContext*> conjunct_ctxs;
Status status = build_expr_context_list(conjunct_ctxs);
+ ASSERT_TRUE(status.OK());
Review comment:
```suggestion
ASSERT_TRUE(status.ok());
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]