miantalha45 opened a new pull request, #17186: URL: https://github.com/apache/iotdb/pull/17186
## Description Remove the unused constant `AGGREGATE_TIME_LIST` (previously named `AGGREGRATE_TIME_LIST`) from the CLI, as requested by the maintainer. The list was only ever populated via `addAll(properties.getSupportedTimeAggregationOperations())` in `executeSql()` and `receiveCommands()` and was never read anywhere, so it is dead code. ### Changes - **AbstractCli.java**: Remove the static field `AGGREGATE_TIME_LIST`. - **Cli.java**: Remove both `AGGREGATE_TIME_LIST.addAll(...)` calls (in `executeSql()` and `receiveCommands()`). No functional change; behavior is unchanged. Closes #17155 -- 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]
