deardeng commented on code in PR #10693:
URL: https://github.com/apache/doris/pull/10693#discussion_r917530739
##########
fe/fe-core/src/main/java/org/apache/doris/policy/StoragePolicy.java:
##########
@@ -115,12 +148,17 @@ public StoragePolicy(final PolicyTypeEnum type, final
String policyName) {
super(type, policyName);
}
+ public static boolean isInteger(String str) {
Review Comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]