LadyForest commented on a change in pull request #15005: URL: https://github.com/apache/flink/pull/15005#discussion_r583694458
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/calcite/FlinkPlannerImpl.scala ########## @@ -36,11 +35,11 @@ import org.apache.calcite.sql.validate.SqlValidator import org.apache.calcite.sql.{SqlExplain, SqlKind, SqlNode, SqlOperatorTable} import org.apache.calcite.sql2rel.{SqlRexConvertletTable, SqlToRelConverter} import org.apache.calcite.tools.{FrameworkConfig, RelConversionException} +import org.apache.flink.sql.parser.ddl.SqlUseModules Review comment: Thanks a lot! Blame on me, and I was surprised that scala checkstyle config doesn't check on import order... will keep in mind that optimizing import next time :) ---------------------------------------------------------------- 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: us...@infra.apache.org