mrhhsg commented on code in PR #63730:
URL: https://github.com/apache/doris/pull/63730#discussion_r3321982276
##########
be/src/exprs/function/function_jsonb.cpp:
##########
@@ -2725,7 +2724,7 @@ class FunctionJsonbRemove : public IFunction {
Status execute_impl(FunctionContext* context, Block& block, const
ColumnNumbers& arguments,
uint32_t result, size_t input_rows_count) const
override {
- DCHECK_GE(arguments.size(), 2);
+ DORIS_CHECK_GE(arguments.size(), 2);
Review Comment:
Restored `function_jsonb.cpp` so `json_remove` keeps the existing
`Status::InvalidArgument` arity validation path. The PR diff is now limited to
`common/check.*`, `status.h`, and the new `check_test` coverage.
--
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]