mrhhsg opened a new pull request, #64002:
URL: https://github.com/apache/doris/pull/64002

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Problem Summary:
   
   Remove dead helper code from BE JSON-related implementations:
   
   - Remove the unused `ExecuteReducer` template and its `JsonParser`/path 
parsing helper chain from `function_json.cpp`.
   - Remove the unused `convert_jsonb_to_rapidjson` declaration/definition 
after its only live dependency was removed.
   - Remove the commented-out test helper that referenced the deleted 
conversion helper.
   - Clean up now-unused includes and make small style cleanups around the 
touched code.
   
   This is an internal cleanup only and does not change JSON function behavior.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test: Manual test
       - `DORIS_HOME=/mnt/disk7/hushenggang/doris ninja -C be/ut_build_ASAN 
src/core/CMakeFiles/Core.dir/data_type_serde/data_type_jsonb_serde.cpp.o 
src/exprs/CMakeFiles/Exprs.dir/function/function_json.cpp.o 
test/CMakeFiles/doris_be_test.dir/core/column/column_variant_test.cpp.o`
       - `build-support/clang-format.sh`
       - `build-support/check-format.sh`
       - `git diff --check`
   - Behavior changed: No
   - Does this need documentation: No
   


-- 
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]

Reply via email to