Github user wuchong commented on the issue:

    https://github.com/apache/flink/pull/4061
  
    @twalthr @sunjincheng121 `DefinedProctimeAttribute` and 
`DefinedRowtimeAttribute` doesn't work in batch table source, currently. BTW, I 
don't think batch table source needs `DefinedRowtimeAttribute`. Users can use 
an existing column as the row time attribute without declare the column as a 
rowtime, isn't that right ? 
    
    For the following example, the `ts` is a physical column in table `T`.
    ```sql
    SELECT overAgg(b, a) FROM T GROUP BY TUMBLE(ts, INTERVAL '2' HOUR)`
    ```



---
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