davidradl commented on code in PR #26632:
URL: https://github.com/apache/flink/pull/26632#discussion_r2127057364
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/Schema.java:
##########
@@ -595,9 +621,57 @@ public Builder primaryKeyNamed(String constraintName,
List<String> columnNames)
return this;
}
+ /**
+ * Declares an index for a set of given columns. Indexes are designed
to enable very
Review Comment:
isn't `String...` ordered and sets are not.
--
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]