Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/24446 )

Change subject: IMPALA-15093: Use RE2 For Profile Analyzer Regex
......................................................................

IMPALA-15093: Use RE2 For Profile Analyzer Regex

Replace std::regex usage in query profile parsing/redaction with
re2::RE2 so the AI analyzer flow uses a single regex engine
end-to-end. This updates pattern definitions and
matching/replacement/extraction paths (query ID,
fragment/operator parsing, resource estimate parsing, and
redaction token collection) while preserving existing behavior.

Testing:
I re-ran query-profile-redaction-test and
query-profile-parsing-tools-test, including the new unit tests
added in this change to cover RE2-based redaction token
collection and mixed-unit duration parsing/ratio logic.

Change-Id: Ie1343b2f049758e862d229f2a647273de56855c4
Reviewed-on: http://gerrit.cloudera.org:8080/24446
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M be/src/service/query-profile-parsing-tools-test.cc
M be/src/service/query-profile-parsing-tools.cc
M be/src/service/query-profile-parsing-tools.h
M be/src/service/query-profile-redaction-test.cc
M be/src/service/query-profile-redaction.cc
M be/src/service/query-profile-redaction.h
6 files changed, 178 insertions(+), 151 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/24446
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie1343b2f049758e862d229f2a647273de56855c4
Gerrit-Change-Number: 24446
Gerrit-PatchSet: 8
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: Yida Wu <[email protected]>

Reply via email to