chaozwn commented on a change in pull request #15317:
URL: https://github.com/apache/flink/pull/15317#discussion_r652295126



##########
File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/operations/SqlToOperationConverter.java
##########
@@ -942,16 +941,19 @@ private Operation convertShowViews(SqlShowViews 
sqlShowViews) {
     private Operation convertRichExplain(SqlRichExplain sqlExplain) {
         Operation operation;
         SqlNode sqlNode = sqlExplain.getStatement();
+        Set<String> explainDetails = sqlExplain.getExplainDetails();

Review comment:
       flink-sql-parser module should not be import flink-table-api-java 
module.wo can't get org.apache.flink.table.api.ExplainDetail.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to