avamingli commented on issue #795:
URL: https://github.com/apache/cloudberry/issues/795#issuecomment-2638686577
> The value of right boundary is always treat as exclusive. What's the exact
meaning of `less than maxvalue`? If we want to set a partition for the rest
values, default partition could be considered.
Oh..I just found that the case:
```sql
PARTITION partition_max START ('2024-12-01 00:00:00') INCLUSIVE END
(MAXVALUE)
```
**INCLUSIVE** clause is for START ('2024-12-01 00:00:00'), not for END
(MAXVALUE).
But your concern should be considered if it was.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]