wenlong88 commented on a change in pull request #18363:
URL: https://github.com/apache/flink/pull/18363#discussion_r807855614
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/delegation/Parser.java
##########
@@ -44,7 +45,7 @@
*
* @param statement the SQL statement to evaluate
* @return parsed queries as trees of relational {@link Operation}s
- * @throws org.apache.flink.table.api.SqlParserException when failed to
parse the statement
+ * @throws SqlParserException when failed to parse the statement
Review comment:
I would like to revert the change in docs here, we could discuss later
if you think it is necessary to delete the throws or add throw in signature of
the method
--
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]