Github user wuchong commented on the issue:
https://github.com/apache/flink/pull/2938
Hi @twalthr , I have tested and the batch and stream queries return the
same result in my machine. The
`org.apache.flink.api.scala.stream.table.AggregationsITCase#testEventTimeTumblingWindow`
and
`org.apache.flink.api.scala.batch.table.AggregationsITCase#testEventTimeTumblingGroupWindowOverTime`
have different result because of the different input data. If change batch
input data to the same stream input data, they will return the same result. Is
that the issue you confusing ?
BTW, I have rebased the code and fixed the conflicts.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---