Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](be-ut) fix compile warning: declaration shadows a local variable (
#45204) ### What problem does this PR solve? Problem Summary: ```text FAILED: src/vec/CMakeFiles/Vec.dir/sink/writer/vtablet_writer.cpp.o /root/doris/be/src/vec/sink/writer/vtablet_writer.cpp:1402:23: error: declaration shadows a local variable [-Werror,-Wshadow] } else if (Status st = ich.check_tablet_filtered_rows_consistency(); !st.ok()) { /root/doris/be/src/vec/sink/writer/vtablet_writer.cpp:1400:23: note: previous declaration is here } else if (Status st = ich.check_tablet_received_rows_consistency(); !st.ok()) { ```
- Loading branch information