TomiFG commented on code in PR #25343:
URL: https://github.com/apache/flink/pull/25343#discussion_r1763163971


##########
docs/content/docs/connectors/table/hive/overview.md:
##########
@@ -237,7 +237,7 @@ hive_catalog = HiveCatalog(catalog_name, default_database, 
hive_conf_dir)
 t_env.register_catalog("myhive", hive_catalog)
 
 # set the HiveCatalog as the current catalog of the session
-tableEnv.use_catalog("myhive")

Review Comment:
   Snake casing is conventionally used for variable names in Python. Also 
`t_env` is already widely used throughout the docs.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to