GitHub user jamescao opened a pull request:

    https://github.com/apache/flink/pull/939

    FLINK-2166. Add fromCsvFile() method to TableEnvironment. A tuple based

    CsvInputFormat, a pojo based CsvReader or a Parameterized tuple based 
CsvReader is used to represent the row of the table's types. For tuple based 
CsvInputFormat, a maximum of 25 fields are supported. An CsvOption class is 
provided for users to set the csv parsing options such as line delimiter, field 
delimiter etc in the CsvInputFormat based implementation.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jamescao/flink mybranch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/939.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #939
    
----
commit b8ddbbc9441783e3a49707b81dc09eb4b390b9e7
Author: James Cao <[email protected]>
Date:   2015-07-24T01:20:19Z

    FLINK-2166. Add fromCsvFile() method to TableEnvironment. A tuple based
    Csvinputformat and pojo based CsvReader is used to represent the row of
    the table's types. An CsvOption class is provided for users to set the
    csv parsing options.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to