mrhhsg opened a new pull request, #64129: URL: https://github.com/apache/doris/pull/64129
### What problem does this PR solve? Issue Number: None Problem Summary: This PR removes several pieces of redundant or unused code from `function_jsonb.cpp`: - Remove unused `JsonbToJson` formatter plumbing from `JsonbExtractStringImpl`. - Remove an unused `path_string` temporary in `build_parents_by_path`. - Remove a redundant `DORIS_CHECK_GE` before the user-facing `InvalidArgument` check in `json_remove`. - Remove an unused `path_constants_vec` in `FunctionJsonbRemove`. ### Release note None ### Check List - [x] `git diff --check` - [x] `DORIS_HOME=/mnt/disk7/hushenggang/doris ninja -C be/build_Release src/exprs/CMakeFiles/Exprs.dir/function/function_jsonb.cpp.o` -- 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]
