LadyForest commented on a change in pull request #18394: URL: https://github.com/apache/flink/pull/18394#discussion_r789511549
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala ########## @@ -47,21 +53,30 @@ import org.apache.flink.table.expressions.Expression import org.apache.flink.table.factories.{FactoryUtil, PlannerFactoryUtil, StreamTableSourceFactory} import org.apache.flink.table.functions._ import org.apache.flink.table.module.ModuleManager -import org.apache.flink.table.operations.{ModifyOperation, Operation, QueryOperation, SinkModifyOperation} +import org.apache.flink.table.operations.ModifyOperation +import org.apache.flink.table.operations.Operation +import org.apache.flink.table.operations.QueryOperation +import org.apache.flink.table.operations.SinkModifyOperation Review comment: I got the reason, so magic.. ![image](https://user-images.githubusercontent.com/55568005/150505930-1c6829ac-3b56-410d-8dfc-b9b0d25f84be.png) -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org