Re: [PR] [hotfix] [docs] Update table environment variable name in common.md [flink]

2024-11-21 Thread via GitHub
davidradl commented on PR #25669: URL: https://github.com/apache/flink/pull/25669#issuecomment-2490393823 Reviewed by Chi on 21/11/24. Asked submitter questions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [hotfix] [docs] Update table environment variable name in common.md [flink]

2024-11-20 Thread via GitHub
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_cata

Re: [PR] [hotfix] [docs] Update table environment variable name in common.md [flink]

2024-11-20 Thread via GitHub
flinkbot commented on PR #25669: URL: https://github.com/apache/flink/pull/25669#issuecomment-2488114295 ## CI report: * 995d861b3b62efed770c69b4853d840b4003dae4 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [hotfix] [docs] Update table environment variable name in common.md [flink]

2024-11-20 Thread via GitHub
Huachao opened a new pull request, #25669: URL: https://github.com/apache/flink/pull/25669 ## What is the purpose of the change Fix enviroment variable name inconsistence in code snippet. ## Brief change log - Change `tableEnv` to `tEnv` for both `Java` and