arunpandianp commented on code in PR #37574:
URL: https://github.com/apache/beam/pull/37574#discussion_r3240414868


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/state/WatermarkHoldState.java:
##########
@@ -38,4 +38,14 @@ public interface WatermarkHoldState extends 
GroupingState<Instant, Instant> {
 
   @Override
   WatermarkHoldState readLater();
+
+  /**
+   * <b><i>For internal use only; no backwards-compatibility 
guarantees.</i></b>
+   *
+   * <p>Permit marking the state as empty locally, without necessarily 
clearing it in the backend.
+   *
+   * <p>This may be used by runners to optimize out unnecessary state reads.
+   */
+  @Internal

Review Comment:
   `@Experimental` was removed in https://github.com/apache/beam/pull/26490. 



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