Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/24284 )
Change subject: IMPALA-14963: Query Profile AI Analysis Tool ...................................................................... Patch Set 11: Code-Review+1 (5 comments) http://gerrit.cloudera.org:8080/#/c/24284/9/be/src/service/query-profile-ai-analysis.cc File be/src/service/query-profile-ai-analysis.cc: http://gerrit.cloudera.org:8080/#/c/24284/9/be/src/service/query-profile-ai-analysis.cc@68 PS9, Line 68: using impala_udf::FunctionContext; : using impala_udf::StringVal; > Done Done http://gerrit.cloudera.org:8080/#/c/24284/9/be/src/service/query-profile-ai-analysis.cc@61 PS9, Line 61: : DEFINE_string(query_profile_ai_analysis_profile_size_limit_percent, "1%", : "Maximum profile size as percentage of process_mem_limit for query-profile AI " : "analysis modules (e.g. 5%)."); : DEFINE_validator(query_profile_ai_analysis_profile_size_limit_percent, : ValidateQueryProfileAiAnalysisSizeLimitPercent); : : using impala_udf::FunctionContext; : using impala_udf::StringVal; > Done Done http://gerrit.cloudera.org:8080/#/c/24284/9/be/src/service/query-profile-ai-analysis.cc@74 PS9, Line 74: using std::vector; > Done Done http://gerrit.cloudera.org:8080/#/c/24284/9/be/src/service/query-profile-ai-analysis.cc@95 PS9, Line 95: if (process_mem_limit <= 0) { : *profile_size_limit_bytes = byte_limit; : return Status::OK(); : } : > Done Done http://gerrit.cloudera.org:8080/#/c/24284/11/be/src/service/query-profile-ai-analysis.cc File be/src/service/query-profile-ai-analysis.cc: http://gerrit.cloudera.org:8080/#/c/24284/11/be/src/service/query-profile-ai-analysis.cc@47 PS11, Line 47: static bool ValidateQueryProfileAiAnalysisSizeLimitPercent( Nit: need blank line above. -- To view, visit http://gerrit.cloudera.org:8080/24284 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ia9376b8c56df75032f51abbb76b3ac6927f9107e Gerrit-Change-Number: 24284 Gerrit-PatchSet: 11 Gerrit-Owner: Gokul Kolady <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Gokul Kolady <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]> Gerrit-Comment-Date: Tue, 19 May 2026 03:22:45 +0000 Gerrit-HasComments: Yes
