Dian Fu created FLINK-12409:
-------------------------------
Summary: Adds from_elements in TableEnvironment
Key: FLINK-12409
URL:
https://issues.apache.org/jira/browse/FLINK-12409 Project: Flink
Issue Type: Sub-task
Reporter: Dian Fu
Assignee: Dian Fu
This is a convenient method to create a table from a collection of elements. It works as follows:
1) Serializes the python objects to a local file
2) Loads the file in Java and deserializes the data to Java objects
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)