[
https://issues.apache.org/jira/browse/FLINK-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler updated FLINK-11866:
-------------------------------------
Summary: Wrong method name for registering custom types (was: [py] Python
API Data Types section documentation outdated)
> Wrong method name for registering custom types
> ----------------------------------------------
>
> Key: FLINK-11866
> URL: https://issues.apache.org/jira/browse/FLINK-11866
> Project: Flink
> Issue Type: Bug
> Components: API / Python, Documentation
> Affects Versions: 1.7.2
> Reporter: romano vacca
> Assignee: romano vacca
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The documentation about the data types for the Batch Python API is outdated.
>
> {code:java}
> env.register_custom_type(MyObj, MySerializer(), MyDeserializer())
> {code}
> {{should be :}}
> {code:java}
> env.register_type(MyObj, MySerializer(), MyDeserializer()){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)