Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24381 )
Change subject: IMPALA-12955: Split RuntimeProfile sources ...................................................................... IMPALA-12955: Split RuntimeProfile sources Move archive, serialization, and periodic-counter RuntimeProfile code out of runtime-profile.cc into separate translation units. This is a mechanical split to make the follow-on profile-tool dependency reduction easier to review. The full Util target still links all pieces, so behavior and dependencies are unchanged. Tests: git diff --cached --check Generated-by: OpenAI Codex Change-Id: If37aee20eb2dc4e9b140908543426860415cf306 Reviewed-on: http://gerrit.cloudera.org:8080/24381 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/CMakeLists.txt A be/src/util/runtime-profile-archive.cc A be/src/util/runtime-profile-periodic.cc A be/src/util/runtime-profile-serialization.cc M be/src/util/runtime-profile.cc 5 files changed, 368 insertions(+), 265 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24381 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If37aee20eb2dc4e9b140908543426860415cf306 Gerrit-Change-Number: 24381 Gerrit-PatchSet: 3 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
