snuyanzin commented on code in PR #25834:
URL: https://github.com/apache/flink/pull/25834#discussion_r1933544744
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/operations/SqlNodeToOperationConversion.java:
##########
@@ -920,6 +941,15 @@ private Operation convertRichExplain(SqlRichExplain
sqlExplain) {
return new ExplainOperation(operation, sqlExplain.getExplainDetails());
}
+ /** Convert DESCRIBE MODEL [EXTENDED] [[catalogName.]
dataBasesName].sqlIdentifier. */
+ private Operation convertDescribeModel(SqlRichDescribeModel
sqlRichDescribeModel) {
Review Comment:
```suggestion
/** Convert DESCRIBE MODEL [EXTENDED] [[catalogName.]
dataBasesName.]sqlIdentifier. */
private Operation convertDescribeModel(SqlRichDescribeModel
sqlRichDescribeModel) {
```
seems similar issue for the javadoc for the method below
--
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]