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