michaelli916 commented on a change in pull request #13459: URL: https://github.com/apache/flink/pull/13459#discussion_r619767625
########## File path: docs/content.zh/docs/connectors/table/filesystem.md ########## @@ -24,15 +24,13 @@ specific language governing permissions and limitations under the License. --> -# FileSystem SQL Connector +# 文件系统 SQL 连接器 -This connector provides access to partitioned files in filesystems -supported by the [Flink FileSystem abstraction]({{< ref "docs/deployment/filesystems/overview" >}}). +该连接器提供了对 [Flink 文件系统抽象]({{< ref "docs/deployment/filesystems/overview" >}}) 支持的文件系统中的分区文件的访问. -The file system connector itself is included in Flink and does not require an additional dependency. -A corresponding format needs to be specified for reading and writing rows from and to a file system. +文件系统连接器本身就被包括在 Flink 中,不需要任何额外的依赖。当从文件系统中读取或向文件系统写入记录时,需要指定相应的记录格式。 -The file system connector allows for reading and writing from a local or distributed filesystem. A filesystem table can be defined as: +文件系统连接器支持对本地文件系统或分布式文件系统的读取和写入。 可以通过如下方式定义文件系统表: ```sql CREATE TABLE MyUserTable ( Review comment: 好的。 -- 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