twalthr commented on code in PR #25195: URL: https://github.com/apache/flink/pull/25195#discussion_r1715335600
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/ShowCreateUtil.java: ########## @@ -176,10 +161,7 @@ static String getColumnString(Column column) { comment -> { if (StringUtils.isNotEmpty(comment)) { sb.append(" "); Review Comment: nvm, I thought this is the table comment -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org