You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by wuchong <gi...@git.apache.org> on 2017/06/13 14:27:46 UTC

[GitHub] flink issue #4102: [FLINK-6886][table]Fix Timestamp field can not be selecte...

Github user wuchong commented on the issue:

    https://github.com/apache/flink/pull/4102
  
    I think the root cause is that TUMBLE_START inherits the wrong type (`TimeIndicatorRelDataType`) from rowtime column.  So maybe a better solution is to re-create a `RelDataType` from `optimizedPlan`'s  rowType and `orignalPlan`'s rowType and pass into the `getConversionMapper` method. I create a simple commit for this: https://github.com/wuchong/flink/commit/82c17ab45699f5f9beb925b156e760ebdeff79fb   What do you think? @sunjincheng121  @fhueske 
    
    BTW, do we really need so many IT cases for this ? 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---