davidradl commented on code in PR #26632:
URL: https://github.com/apache/flink/pull/26632#discussion_r2127049007
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/Schema.java:
##########
@@ -54,8 +56,8 @@
* Schema of a table or view.
*
* <p>A schema represents the schema part of a {@code CREATE TABLE (schema)
WITH (options)} DDL
- * statement in SQL. It defines columns of different kind, constraints, time
attributes, and
- * watermark strategies. It is possible to reference objects (such as
functions or types) across
+ * statement in SQL. It defines columns of different kind, constraints,
indexes, time attributes,
Review Comment:
nit: kind -> kinds
--
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]