PDGGK opened a new pull request, #17171: URL: https://github.com/apache/iotdb/pull/17171
## Summary Fix typo in constant name: `AGGREGRATE_TIME_LIST` → `AGGREGATE_TIME_LIST` Fixes #17155 ## Changes - `AbstractCli.java`: Rename constant from `AGGREGRATE_TIME_LIST` to `AGGREGATE_TIME_LIST` - `Cli.java`: Update all references (lines 188, 203) to use correct spelling ## Notes - The constant is package-private, so this rename is safe and won't affect external consumers - Searched entire codebase - no other occurrences of this typo exist 🤖 Generated with [Claude Code](https://claude.ai/code) -- 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]
