BePPPower commented on code in PR #25395:
URL: https://github.com/apache/doris/pull/25395#discussion_r1361610056


##########
fe/fe-core/src/main/java/org/apache/doris/common/FeNameFormat.java:
##########
@@ -138,6 +140,12 @@ public static void checkCommonName(String type, String 
name) throws AnalysisExce
         }
     }
 
+    public static void checkSuccessFileName(String type, String name) throws 
AnalysisException {

Review Comment:
   ```suggestion
       public static void checkOutfileSuccessFileName(String type, String name) 
throws AnalysisException {
   ```
   May it is better to call this method as `checkOutfileSuccessFileName`, and 
add some comment for this method.
   



-- 
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]

Reply via email to