dianfu commented on a change in pull request #13297: URL: https://github.com/apache/flink/pull/13297#discussion_r482651242
########## File path: docs/dev/table/common.md ########## @@ -743,9 +743,9 @@ TableEnvironment tableEnv = ...; // see "Create a TableEnvironment" section final Schema schema = new Schema() .field("a", DataTypes.INT()) .field("b", DataTypes.STRING()) - .field("c", DataTypes.LONG()); + .field("c", DataTypes.BIGINT()); -tableEnv.connect(new FileSystem("/path/to/file")) +tableEnv.connect(new FileSystem().path("/path/to/file")) Review comment: This error exists in several places in the documentation. Could you also update them? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org