wuchong commented on a change in pull request #11482: [FLINK-16581][table]
Minibatch deduplication lack state TTL bug fix
URL: https://github.com/apache/flink/pull/11482#discussion_r399898724
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/state/ttl/AbstractTtlDecorator.java
##########
@@ -40,7 +40,7 @@
/** Whether to renew expiration timestamp on state read access. */
final boolean updateTsOnRead;
- /** Whether to renew expiration timestamp on state read access. */
+ /** Whether to return expired value if not cleaned up on state read
access. */
Review comment:
The original Javadoc is correct.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services