Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19105

Table API Sample Code Error

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              zhouyongjin zhouyongjin
              weizheng weizheng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: