[
https://issues.apache.org/jira/browse/FLINK-18103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17125746#comment-17125746
]
Dian Fu commented on FLINK-18103:
---------------------------------
Verified the following:
Convert from a PyFlink Table to a Pandas DataFrame
* batch mode of old planner and blink planner
* stream mode with bounded data set of old planner and blink planner (only
supports append stream at present)
* test different data types such as float, array, row, etc.
Convert from a Pandas DataFrame to a PyFlink Table
* batch mode of blink planner (doesn't support batch mode of old planner)
* stream mode of old planner and blink planner
* test that it could infer the table schema from the given pandas DataFrame
* test DataFrames with NaN data
> Test Pandas DataFrame and Flink Table conversion
> ------------------------------------------------
>
> Key: FLINK-18103
> URL: https://issues.apache.org/jira/browse/FLINK-18103
> Project: Flink
> Issue Type: Test
> Components: API / Python
> Reporter: sunjincheng
> Assignee: Dian Fu
> Priority: Blocker
> Labels: release-testing
> Fix For: 1.11.0
>
>
> 1) Test convert a Pandas DataFrame to Flink Table
> 2) Test convert a Flink Table to a Pandas DataFrame
--
This message was sent by Atlassian Jira
(v8.3.4#803005)