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 2020/04/24 09:30:00 UTC

[jira] [Closed] (FLINK-17169) Refactor BaseRow to use RowKind instead of byte header

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

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

[FLINK-17169][table-blink] Refactor BaseRow to use RowKind instead of byte header
 - master (1.11.0): bf39d75d9753c60c185c4cb3f8c276f9cf32ab20

[FLINK-17169][table-blink] Fix allowLateness shouldn't affect producing updates of emit strategy
 - master (1.11.0): 670ef41ed59dbf7069e313e5b0f8b373bd4245b4

[FLINK-17169][table-planner-blink] Rename StreamRecordUtils#record() to insertRecord()
 - master (1.11.0): 7662e0bc28bd239703a5c5ec146e42dbf72f929c

[FLINK-17169][core] Add shortString() method to RowKind to get short string representation
 - master (1.11.0): 91f4a3c5081a99822430ba0683bce381aec188bd


> Refactor BaseRow to use RowKind instead of byte header
> ------------------------------------------------------
>
>                 Key: FLINK-17169
>                 URL: https://issues.apache.org/jira/browse/FLINK-17169
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is a pre-step of FLINK-16996. We will refactor BaseRow#get/setHeader to get/setRowKind first. And update all the existing code to send "insert/delete/update_before/update_after" messages instead of "+/-" messages. This is possible now since FLINK-16887 is supported. 



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