Timo Walther created FLINK-17879: ------------------------------------ Summary: 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
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)