HTHou commented on code in PR #17171:
URL: https://github.com/apache/iotdb/pull/17171#discussion_r2768389780
##########
iotdb-client/cli/src/main/java/org/apache/iotdb/cli/AbstractCli.java:
##########
@@ -88,7 +88,7 @@ public abstract class AbstractCli {
static final int CODE_ERROR = 1;
static final String ISO8601_ARGS = "disableISO8601";
- static final List<String> AGGREGRATE_TIME_LIST = new ArrayList<>();
Review Comment:
Looks like this list is useless. Better to remove it?
--
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]