[
https://issues.apache.org/jira/browse/FLINK-10464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644643#comment-16644643
]
Fabian Hueske commented on FLINK-10464:
---------------------------------------
Can you provide table schemas and an a query to reproduce the error?
Also, what is the exact error message and which Flink version are you using?
Thank you, Fabian
> TimeIndicatorRelDataType: digest can not describe a type completely.
> --------------------------------------------------------------------
>
> Key: FLINK-10464
> URL: https://issues.apache.org/jira/browse/FLINK-10464
> Project: Flink
> Issue Type: Bug
> Reporter: huangjiatian
> Priority: Minor
> Attachments: 1.png, 2.png, 3.png
>
>
> I met a strange question when i use Flink SQL API.
> I found two difference type are considered equal.
> !1.png!
> After debug, i found the hashCode method and equals method in RelRecordType
> just consider "digest".
> !2.png!
> But some time, "digest" can not describe a type completely, More information
> in the "fieldList".
> !3.png!
> “digest” in TimeIndicatorRelDataType should contains time type
> information(event time or process time).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)