You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenghua Gao (Jira)" <ji...@apache.org> on 2019/12/04 07:44:00 UTC

[jira] [Commented] (FLINK-15049) Compile error when hash join with timestamp type key

    [ https://issues.apache.org/jira/browse/FLINK-15049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987625#comment-16987625 ] 

Zhenghua Gao commented on FLINK-15049:
--------------------------------------

LongHashJoinGenerator should convert SqlTimestamp to Long by genGetLongKey when precision of TimestampType is less than  or equals to 3.

> Compile error when hash join with timestamp type key
> ----------------------------------------------------
>
>                 Key: FLINK-15049
>                 URL: https://issues.apache.org/jira/browse/FLINK-15049
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>            Reporter: Jingsong Lee
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Now, internal format of timestamp type has been modified to SqlTimestamp, but in LongHashJoinGenerator, still convert it to long directly in genGetLongKey.
> This should be a bug when hash join with timestamp type key.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)