Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4183#discussion_r124319583
  
    --- Diff: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/queryConfig.scala
 ---
    @@ -92,6 +100,27 @@ class StreamQueryConfig private[table] extends 
QueryConfig {
         this
       }
     
    +  /**
    +    * Specifies a deferred computation time for deferred computation, 
i.e., fires the
    --- End diff --
    
    Specifies an offset for the point in time when the first result of a 
time-based computation is computed. For example, a tumbling window of one hour 
that ends at 13:00 would usually compute its first result at 13:00. With a 
firstResultTimeOffset of 15 minutes, the first result would be computed at 
13:15.
    
    A positive firstResultTimeOffset parameter can be used to include late 
arriving records into the result of an event-time based computation. Negative 
offset values are not supported yet.
    
    Later, a negative offset will allow to compute early results, i.e., an 
offset of -45 minutes would compute the first and early result of the hourly 
tumbling window that ends at 13:00 at 12:15.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to