Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0, 1.11.0
Description
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"))
Attachments
Issue Links
- links to