snuyanzin commented on code in PR #26990:
URL: https://github.com/apache/flink/pull/26990#discussion_r2352085754
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableDescriptor.java:
##########
@@ -162,7 +162,7 @@ public String toString() {
.collect(Collectors.joining(String.format(",%n")));
return String.format(
- "%s%nCOMMENT '%s'%n%s%s%nWITH (%n%s%n)",
+ "%s%nCOMMENT '%s'%n%s%n%s%nWITH (%n%s%n)",
Review Comment:
Yeah, thanks for noticing this, there is also and issue with comment,
changed it
and added tests within this commit
https://github.com/apache/flink/pull/26990/commits/5ab909e632ffa7f4f9395dd67a87e5476f0dc0f9
--
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]