MartijnVisser commented on code in PR #22452:
URL: https://github.com/apache/flink/pull/22452#discussion_r1175218838
##########
docs/content.zh/docs/libs/cep.md:
##########
@@ -477,6 +477,11 @@ pattern.oneOrMore()
pattern.timesOrMore(2);
```
{{< /tab >}}
+{{< tab "Scala" >}}
+```scala
+pattern.timesOrMore(2)
+```
+{{< /tab >}}
Review Comment:
Given that Scala is deprecated for Flink, I'm really wondering if we should
add more code examples for Scala
--
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]