pnowojski commented on a change in pull request #7440:  [FLINK-10591][table] 
Introduced functions to return time attributes from MATCH_RECOGNIZE
URL: https://github.com/apache/flink/pull/7440#discussion_r247521501
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/calcite/RelTimeIndicatorConverter.scala
 ##########
 @@ -490,13 +503,27 @@ class RexTimeIndicatorMaterializer(
       isTimeIndicatorType(updatedCall.getOperands.get(0).getType) =>
         updatedCall
 
+      // All calls in MEASURES and DEFINE are wrapped with FINAL/RUNNING, 
therefore
+      // we should treat FINAL(MATCH_ROW(PROC)TIME) as a time attribute 
extraction
 
 Review comment:
   `PROC)TIME` typo

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to