davidradl commented on code in PR #25669:
URL: https://github.com/apache/flink/pull/25669#discussion_r1850410306


##########
docs/content.zh/docs/dev/table/common.md:
##########
@@ -387,19 +387,19 @@ Table table = ...;
 
 // register the view named 'exampleView' in the catalog named 'custom_catalog'
 // in the database named 'custom_database' 
-tableEnv.createTemporaryView("exampleView", table);

Review Comment:
   I notice that the English version uses tableEnv as the variable name. I 
suggest changing them both to be consistent in this PR. Changing the variable 
definition to tableEnv here - would seem to be the minimal change - unless 
there is a compelling reason to use tEnv. 



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to