justinmclean commented on code in PR #6098: URL: https://github.com/apache/gravitino/pull/6098#discussion_r1903166276
########## clients/cli/src/main/java/org/apache/gravitino/cli/ParseType.java: ########## @@ -70,4 +71,36 @@ public static Type toType(String datatype) { return TypeConverter.convert(datatype); } + + private static Type toListType(String datatype) { + Pattern pattern = Pattern.compile("^list<(.+)>$"); Review Comment: I woudl probably use "(" and ")" rather than "<" and ">" for both list and map -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org