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


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/ListView.java:
##########
@@ -57,15 +60,15 @@
  *    public ListView<String> list = new ListView<>();
  *
  *    // or explicit:
- *    // {@literal @}DataTypeHint("ARRAY<STRING>")
+ *    // @DataTypeHint("ARRAY < STRING >")
  *    // public ListView<String> list = new ListView<>();

Review Comment:
   looks like  `// public ListView<String> list = new ListView<>();` should be 
removed



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