davidradl commented on code in PR #25343:
URL: https://github.com/apache/flink/pull/25343#discussion_r1762819715
##########
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:
Would it be more intuitive to use tableEnv consistently for Python as the
variable name, so it is the same as the other languages?
--
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]