davidradl commented on code in PR #25810:
URL: https://github.com/apache/flink/pull/25810#discussion_r1889999459
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java:
##########
@@ -1274,6 +1274,8 @@ public void alterTable(
* @param objectIdentifier The fully qualified path of the table to drop.
* @param ignoreIfNotExists If false exception will be thrown if the table
to drop does not
* exist.
+ * @return true if table was dropped, it will return false if table was
not found and ignore if
Review Comment:
difficult to parse the sentence I suggest using the flag name
ignoreIfNotExists
--
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]