You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2021/01/08 08:42:00 UTC

[jira] [Closed] (FLINK-20877) Refactor BytesHashMap and BytesMultiMap to support window key

     [ https://issues.apache.org/jira/browse/FLINK-20877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu closed FLINK-20877.
---------------------------
    Resolution: Fixed

Fixed in master:
 - 14b4dc82e45a3098d2d8efe81967c9adff6493f5
 - e79dd4e91987fcc88bde2176a9df8da60d8dd28b

> Refactor BytesHashMap and BytesMultiMap to support window key
> -------------------------------------------------------------
>
>                 Key: FLINK-20877
>                 URL: https://issues.apache.org/jira/browse/FLINK-20877
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Runtime
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>
> Currently, the {{BytesHashMap}} and {{BytesMultiMap}} only support {{BinaryRowData}} as the key. However, for window operators, the key should be {{groupKey + window}}. We should make them decouple with {{BinaryRowData}} key type and support window key. 



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