shaofengshi commented on code in PR #5133:
URL: https://github.com/apache/gravitino/pull/5133#discussion_r1832524599


##########
clients/cli/src/main/java/org/apache/gravitino/cli/Properties.java:
##########
@@ -55,19 +55,21 @@ public Properties(String delimiter, String 
keyValueSeparator) {
    * <p>Each pair in the input string is split by the specified delimiter, and 
then each pair is
    * further split by the key-value separator.
    *
-   * @param input The input string containing name-value pairs.
+   * @param inputs An arrays of input strings containing name-value pairs.
    * @return A map of entries, where each entry represents a key-value pair 
from the input string.
    */
-  public Map<String, String> parse(String input) {
+  public Map<String, String> parse(String[] inputs) {

Review Comment:
   Is this change related with the "user and group" CLI? seems it has already 
been handled in previous PR, please double check whether this is a code merge 
issue.



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