PDGGK commented on issue #17108:
URL: https://github.com/apache/iotdb/issues/17108#issuecomment-3863889319

   Hi! I'd like to work on this issue.
   
   I plan to add support for the inclusive end time syntax `[start, end]` in 
the GROUP BY clause by:
   
   1. Extending the ANTLR grammar to support `[start, end]` syntax
   2. Adding a `rightClosed` field to track whether the right boundary is 
inclusive
   3. Updating the time window generation logic to include the end time when 
`rightClosed` is true
   4. Adding comprehensive test cases
   
   I'll submit a PR soon. Thanks!


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