[
https://issues.apache.org/jira/browse/FLINK-11866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek updated FLINK-11866:
-------------------------------------
Fix Version/s: (was: 1.8.1)
(was: 1.9.0)
1.8.0
> 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
> Fix For: 1.7.3, 1.8.0
>
> 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)