guoweiM commented on a change in pull request #14077:
URL: https://github.com/apache/flink/pull/14077#discussion_r524240352
##########
File path: docs/dev/connectors/file_sink.zh.md
##########
@@ -329,18 +329,13 @@ stream.sinkTo(FileSink.forBulkFormat(
#### ORC Format
-To enable the data to be bulk encoded in ORC format, Flink offers
[OrcBulkWriterFactory]({{ site.javadocs_baseurl
}}/api/java/org/apache/flink/formats/orc/writers/OrcBulkWriterFactory.html)
-which takes a concrete implementation of [Vectorizer]({{ site.javadocs_baseurl
}}/api/java/org/apache/flink/orc/vector/Vectorizer.html).
+为了使用基于批量编码的 ORC 格式,Flink提供了 [OrcBulkWriterFactory]({{ site.javadocs_baseurl
}}/api/java/org/apache/flink/formats/orc/writers/OrcBulkWriterFactory.html)
,它需要用户提供一个 [Vectorizer]({{ site.javadocs_baseurl
}}/api/java/org/apache/flink/orc/vector/Vectorizer.html) 的具体实现。
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:
[email protected]