Re: [PR] [opt]Avoid repeated calculations of suffix paths [doris]

2025-02-20 Thread via GitHub
hello-stephen commented on PR #48137: URL: https://github.com/apache/doris/pull/48137#issuecomment-2670717022 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro

[PR] [opt]Avoid repeated calculations of suffix paths [doris]

2025-02-19 Thread via GitHub
qidaye opened a new pull request, #48137: URL: https://github.com/apache/doris/pull/48137 ### What problem does this PR solve? Introduced a new local variable `escaped_suffix` to store the result of `escape_for_path_name(suffix_path)`. This change improves performance by avoiding r