Aitozi commented on code in PR #21522:
URL: https://github.com/apache/flink/pull/21522#discussion_r1137138190


##########
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:
   Sure, removed now.



-- 
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]

Reply via email to