wuchong commented on a change in pull request #16588:
URL: https://github.com/apache/flink/pull/16588#discussion_r676262576
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/Schema.java
##########
@@ -620,15 +631,27 @@ private void addResolvedConstraint(UniqueConstraint
constraint) {
/** Super class for all kinds of columns in an unresolved schema. */
public abstract static class UnresolvedColumn {
final String columnName;
+ final @Nullable String comment;
UnresolvedColumn(String columnName) {
Review comment:
Sure.
--
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]