LadyForest commented on a change in pull request #14944: URL: https://github.com/apache/flink/pull/14944#discussion_r577355765
########## File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/sqlexec/SqlToOperationConverter.java ########## @@ -205,6 +211,10 @@ private SqlToOperationConverter(FlinkPlannerImpl flinkPlanner, CatalogManager ca throw new ValidationException("Partial inserts are not supported"); } return Optional.of(converter.convertSqlInsert((RichSqlInsert) validated)); + } else if (validated instanceof SqlLoadModule) { Review comment: Sure, I thought we need to support this feature for both planners. I'll revert it back. ---------------------------------------------------------------- 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