dawidwys commented on code in PR #23728:
URL: https://github.com/apache/flink/pull/23728#discussion_r1400457450
##########
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-group-window-aggregate_1/group-tumble-window-proc-time/plan/group-tumble-window-proc-time.json:
##########
@@ -306,51 +374,9 @@
}
},
"isTimeWindow" : true,
- "size" : "PT15M"
+ "size" : "PT5S"
},
- "namedWindowProperties" : [ {
- "name" : "w$start",
- "property" : {
- "kind" : "WindowStart",
- "reference" : {
- "name" : "w$",
- "type" : {
- "type" : "TIMESTAMP_WITH_LOCAL_TIME_ZONE",
- "nullable" : false,
- "precision" : 3,
- "kind" : "PROCTIME"
- }
- }
- }
- }, {
- "name" : "w$end",
- "property" : {
- "kind" : "WindowEnd",
- "reference" : {
- "name" : "w$",
- "type" : {
- "type" : "TIMESTAMP_WITH_LOCAL_TIME_ZONE",
- "nullable" : false,
- "precision" : 3,
- "kind" : "PROCTIME"
- }
- }
- }
- }, {
- "name" : "w$proctime",
- "property" : {
- "kind" : "Proctime",
- "reference" : {
- "name" : "w$",
- "type" : {
- "type" : "TIMESTAMP_WITH_LOCAL_TIME_ZONE",
- "nullable" : false,
- "precision" : 3,
- "kind" : "PROCTIME"
- }
- }
- }
- } ],
+ "namedWindowProperties" : [ ],
Review Comment:
ok, I see
Do I understand correctly that the reason we don't want that for proctime,
because it's really hard to assert that deterministically?
--
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]