JingsongLi commented on a change in pull request #18394:
URL: https://github.com/apache/flink/pull/18394#discussion_r788360886



##########
File path: 
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -701,6 +701,23 @@ abstract class TableTestUtilBase(test: TableTestBase, 
isStreamingMode: Boolean)
     verifyExplain(statSet, extraDetails: _*)
   }
 
+  /**
+   * Verify the explain result for the given ALTER TABLE COMPACT clause.
+   * The explain result will contain the extra [[ExplainDetail]]s.
+   */
+  def verifyExplainCompact(compact: String): Unit = {

Review comment:
       `verifyExplainSql`?




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


Reply via email to