You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dian Fu (JIRA)" <ji...@apache.org> on 2019/05/06 03:44:00 UTC

[jira] [Created] (FLINK-12409) Adds from_elements in TableEnvironment

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)