[
https://issues.apache.org/jira/browse/FLINK-19105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu closed FLINK-19105.
---------------------------
Fix Version/s: 1.10.3
1.11.2
Resolution: Fixed
master: 0d0fce246a1a4e9ab554e248e6e497e0e36d157d
release-1.11: 917161a7a5f1a0e43caa193785c316cb769bc90c
release-1.10: 41fa48b058e28986be9f067592014dcb18723dcd
> Table API Sample Code Error
> ---------------------------
>
> Key: FLINK-19105
> URL: https://issues.apache.org/jira/browse/FLINK-19105
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.11.1
> Reporter: weizheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0, 1.11.2, 1.10.3
>
>
> IN
> [https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/common.html]
> Sample code of Emit a Table module is wrong.
> The code
> tableEnv.connect(new FileSystem("/path/to/file"))
> should be
> tableEnv.connect(new FileSystem().path("/path/to/file"))
--
This message was sent by Atlassian Jira
(v8.3.4#803005)