melotlee commented on a change in pull request #11359: [FLINK-16095] [docs-zh] 
Translate "Modules" page of "Table API & SQL" into Chinese
URL: https://github.com/apache/flink/pull/11359#discussion_r399055758
 
 

 ##########
 File path: docs/dev/table/modules.zh.md
 ##########
 @@ -22,51 +22,41 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+模块让用户能够对 Flink 内置对象进行扩展。例如,通过自定义函数扩展内置函数,这些自定义函数和内置函数没有区别。模块是可插拔的,Flink 
已经提供了一些预构建的模块,用户还可以实现自己的模块。
 
-Modules allow users to extend Flink's built-in objects, such as defining 
functions that behave like Flink 
-built-in functions. They are pluggable, and while Flink provides a few 
pre-built modules, users can write 
-their own.
-
-For example, users can define their own geo functions and plug them into Flink 
as built-in functions to be used in 
-Flink SQL and Table APIs. Another example is users can load an out-of-shelf 
Hive module to use Hive built-in 
-functions as Flink built-in functions.
+例如,用户可以自定义 geo 函数,并将其作为内置函数插入 Flink,随后就可以在 Flink SQL 和 Table API 
中使用它了。另一个示例是,用户可以加载现成的 Hive 模块,随后就可以像使用 Flink 内置函数一样使用 Hive 模块的函数了。
 
 * This will be replaced by the TOC
 {:toc}
 
-## Module Types
+## 模块类型
+
+### 核心模块
 
-### CoreModule
+`CoreModule` 包含 Flink 的所有内置函数,默认加载。
 
 Review comment:
   I recommit according to your suggestion

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to