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


##########
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:
   As we dropped the Scala API in version 2 - I think we need to remove all the 
references to Scala in master and v2.0 docs.
   We could fix the docs in the way you describe in v1.20.x 
   



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