Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23380 )
Change subject: IMPALA-13806: Avoid per-function std::locale creation ...................................................................... IMPALA-13806: Avoid per-function std::locale creation A new std::locale is constructed at each mask*() function call while in UTF8_MODE. Instead use a static local object. Change-Id: I9a611ba1b175b0ab1c8f0d1de3b2439be70a68f7 Reviewed-on: http://gerrit.cloudera.org:8080/23380 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Quanlong Huang <[email protected]> --- M be/src/exprs/mask-functions-ir.cc 1 file changed, 4 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Verified Quanlong Huang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23380 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9a611ba1b175b0ab1c8f0d1de3b2439be70a68f7 Gerrit-Change-Number: 23380 Gerrit-PatchSet: 5 Gerrit-Owner: Mihaly Szjatinya <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Mihaly Szjatinya <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
