Hello Yida Wu, Abhishek Rawat, Jason Fehr, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/24446

to look at the new patch set (#3).

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
---
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-redaction-test.cc
M be/src/service/query-profile-redaction.cc
4 files changed, 207 insertions(+), 143 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/24446/3
--
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: newpatchset
Gerrit-Change-Id: Ie1343b2f049758e862d229f2a647273de56855c4
Gerrit-Change-Number: 24446
Gerrit-PatchSet: 3
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