You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hequn Cheng (Jira)" <ji...@apache.org> on 2020/05/22 12:08:00 UTC

[jira] [Comment Edited] (FLINK-17879) Update Python row serializer

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

Hequn Cheng edited comment on FLINK-17879 at 5/22/20, 12:07 PM:
----------------------------------------------------------------

Hi, thank you for your discussion. On the Python side, we only have `Row` type for now. We can use the `Row` type for UDF process exchange for now and change to `RowData` in the future.  


was (Author: hequn8128):
Hi, thank you for your discussion. On the Python side, we only have `Row` type for now. We can use the row type for now and change to `RowData` in the future.  

> Update Python row serializer
> ----------------------------
>
>                 Key: FLINK-17879
>                 URL: https://issues.apache.org/jira/browse/FLINK-17879
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Python
>            Reporter: Timo Walther
>            Assignee: Nicholas Jiang
>            Priority: Major
>
> Flink's `RowSerializer` has been updated and encodes now a `RowKind` in its format (see FLINK-16998). However, Python code still depends on the old format which is why these code paths are currently using `legacyModeEnabled=true`. The Python side should be updated. Either to use the new format, or `RowData` instead?



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