yuanyangwu commented on a change in pull request #7175: 
[FLINK-11004][Documentation] wrong ProcessWindowFunction.process argument in 
window document
URL: https://github.com/apache/flink/pull/7175#discussion_r236551419
 
 

 ##########
 File path: docs/dev/stream/operators/windows.md
 ##########
 @@ -836,12 +836,12 @@ input
   .reduce(
     (r1: SensorReading, r2: SensorReading) => { if (r1.value > r2.value) r2 
else r1 },
     ( key: String,
-      window: TimeWindow,
+      context: Context,
 
 Review comment:
   commit 3 decorates Context in scala lambda. Please review

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to