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

Chesnay Schepler closed FLINK-11866.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.1
                   1.9.0
                   1.7.3

master: d158f855faaf5b5379c88ab28dc95bb83a57a47c

1.8: 42f47db34ef4a8bdb9e97e4fc60602f54bc32be7

1.7: c3488dde657816c453a7874c26897f6e7cff05e7

> 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.9.0, 1.8.1
>
>          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)

Reply via email to