bd2019us opened a new pull request #33: [LENS-1543] fix replaceAll() to replace() to improve performance URL: https://github.com/apache/lens/pull/33 Fix Issue [#LENS-1543](https://issues.apache.org/jira/browse/LENS-1543) The replaceAll() method will compile the given regular expression ahead of time even though the given string is simply a plain string, which will have a bad performance. At this time, the replace() method is recommended to gain a good performance.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services