Gokul Kolady has uploaded this change for review. ( 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. Change-Id: Ie1343b2f049758e862d229f2a647273de56855c4 --- M be/src/service/query-profile-parsing-tools.cc M be/src/service/query-profile-redaction.cc 2 files changed, 116 insertions(+), 143 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/46/24446/1 -- 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: newchange Gerrit-Change-Id: Ie1343b2f049758e862d229f2a647273de56855c4 Gerrit-Change-Number: 24446 Gerrit-PatchSet: 1 Gerrit-Owner: Gokul Kolady <[email protected]>
