snuyanzin commented on code in PR #25907:
URL: https://github.com/apache/flink/pull/25907#discussion_r1906180383
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -1045,6 +1054,7 @@ public void createTable(
objectIdentifier,
false,
"CreateTable");
+ return result;
Review Comment:
thanks for the feedback
yep agree.
Since it is not only `createTable` specific (also `dropView` for instance) I
think it might deserve it's own FLIP (since `Catalog` is also `PublicEvolving`)
--
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]