JingsongLi commented on a change in pull request #18219:
URL: https://github.com/apache/flink/pull/18219#discussion_r776175449
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/delegation/PlannerBase.scala
##########
@@ -370,6 +371,7 @@ abstract class PlannerBase(
lookupResult.getTable match {
case connectorTable: ConnectorCatalogTable[_, _] =>
val resolvedTable =
lookupResult.getResolvedTable.asInstanceOf[ResolvedCatalogTable]
+ checkManagedTableCheckpointing(null, resolvedTable, objectIdentifier)
Review comment:
No need here, `ConnectorCatalogTable` is deprecated
--
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]