Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6447] Use static regex Pattern instances in JavaUtils.timeSt…
…ringAs and JavaUtils.byteStringAs # 🔍 Description ## Issue References 🔗 This pull request fixes #6447 ## Describe Your Solution 🔧 Use static regex Pattern instances in JavaUtils.timeStringAs and JavaUtils.byteStringAs ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6448 from lsm1/branch-kyuubi-6447. Closes #6447 467066c [senmiaoliu] Use static regex Pattern instances in JavaUtils Authored-by: senmiaoliu <senmiaoliu@trip.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
- Loading branch information