CuiYanxiang commented on code in PR #26341:
URL: https://github.com/apache/flink/pull/26341#discussion_r2013346031


##########
docs/content.zh/docs/dev/table/tableApi.md:
##########
@@ -363,7 +363,7 @@ Table result = orders.select($("a"), $("c").as("d"));
 {{< tab "Scala" >}}
 ```scala
 val orders = tableEnv.from("Orders")
-Table result = orders.select($"a", $"c" as "d")
+val result = orders.select($"a", $"c" as "d")

Review Comment:
   Although the Scala API has been removed, Scala can still write Flink 
programs using the Java API.
   This PR does not care if the Scala API has been removed, and it is 
misleading for newbies to read the official documentation for writing programs 
using scala.
   @davidradl @1996fanrui 
   
![image](https://github.com/user-attachments/assets/40cf5a7f-80df-4a7f-a86f-f20a0ac42911)
   



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