Aitozi commented on code in PR #21522: URL: https://github.com/apache/flink/pull/21522#discussion_r1134257301
########## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/HiveParserCalcitePlanner.java: ########## @@ -821,13 +823,15 @@ private RelNode genTableLogicalPlan(String tableAlias, HiveParserQB qb) qb.getMetaData().getSrcForAlias(tableAlias); String tableName = nameAndTableTuple.f0; CatalogTable catalogTable = nameAndTableTuple.f1; Review Comment: Yes, but if it's already a resolvedCatalogTable it will do nothing when call `resolveCatalogTable`, it works like a safe cast. -- 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