justinmclean commented on code in PR #7016:
URL: https://github.com/apache/gravitino/pull/7016#discussion_r2076799769
##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoCommandLine.java:
##########
@@ -19,26 +19,19 @@
package org.apache.gravitino.cli;
-import java.io.BufferedReader;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-import java.nio.charset.StandardCharsets;
import org.apache.commons.cli.CommandLine;
-import org.apache.commons.cli.HelpFormatter;
import org.apache.commons.cli.Options;
/* Gravitino Command line */
public class GravitinoCommandLine extends TestableCommandLine {
private final CommandLine line;
+ // TODO remove redundant code.
Review Comment:
It's unlear what this refers to
--
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]