bvarghese1 commented on code in PR #27487:
URL: https://github.com/apache/flink/pull/27487#discussion_r2742645584
##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/over/AbstractNonTimeUnboundedPrecedingOver.java:
##########
@@ -208,9 +210,6 @@ public void open(OpenContext openContext) throws Exception {
// Initialize state to maintain id counter
idStateDescriptor = new ValueStateDescriptor<Long>("idState",
Long.class);
- if (ttlConfig.isEnabled()) {
Review Comment:
@davidradl, ttl is supported for non-time over windows. The fix is just
making sure that all associated state is expired atomically instead of
independently.
--
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]