CosmosNi commented on code in PR #3467:
URL: https://github.com/apache/amoro/pull/3467#discussion_r1995026652


##########
amoro-ams/src/main/java/org/apache/amoro/server/dashboard/component/reverser/IcebergTypeToSparkType.java:
##########
@@ -114,7 +114,6 @@ public DataType primitive(Type.PrimitiveType primitive) {
         // use String
         return StringType$.MODULE$;
       case FIXED:
-        return BinaryType$.MODULE$;

Review Comment:
   get



##########
amoro-ams/src/main/java/org/apache/amoro/server/dashboard/controller/OptimizerGroupController.java:
##########
@@ -263,6 +264,11 @@ public void createResourceGroup(Context ctx) {
     String name = (String) map.get("name");
     String container = (String) map.get("container");
     Map<String, String> properties = (Map) map.get("properties");
+
+    if (!ValidatorUtil.validateGroupName(name)) {

Review Comment:
   get
   



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

Reply via email to