[
https://issues.apache.org/jira/browse/FLINK-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642015#comment-14642015
]
James Cao commented on FLINK-2166:
----------------------------------
Hi Fabian, I was trying to submit a pull request. But it seems to me that the
master branch is not a clean build:
#mvn verify
...
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project flink-runtime: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed:
java.lang.NoClassDefFoundError:
org/apache/flink/runtime/instance/InstanceGateway:
org.apache.flink.runtime.instance.InstanceGateway -> [Help 1]
...
Is there anyway to look at the build status of the master branch?
Thanks.
> Add fromCsvFile() to TableEnvironment
> -------------------------------------
>
> Key: FLINK-2166
> URL: https://issues.apache.org/jira/browse/FLINK-2166
> Project: Flink
> Issue Type: New Feature
> Components: Table API
> Affects Versions: 0.9
> Reporter: Fabian Hueske
> Priority: Minor
> Labels: starter
>
> Add a {{fromCsvFile()}} method to the {{TableEnvironment}} to read a
> {{Table}} from a CSV file.
> The implementation should reuse Flink's CsvInputFormat.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)