[jira] [Created] (FLINK-11866) [py] Pathon API Data Types section documentation outdated

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-11866) [py] Pathon API Data Types section documentation outdated

Shang Yuanchun (Jira)
romano vacca created FLINK-11866:
------------------------------------

             Summary: [py] Pathon API Data Types section documentation outdated
                 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


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)