Aitozi commented on code in PR #21522:
URL: https://github.com/apache/flink/pull/21522#discussion_r1129582760
##########
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/copy/HiveParserBaseSemanticAnalyzer.java:
##########
@@ -2106,7 +2111,7 @@ public static CatalogBaseTable getCatalogBaseTable(
public static class TableSpec {
public ObjectIdentifier tableIdentifier;
public String tableName;
- public CatalogBaseTable table;
+ public ResolvedCatalogBaseTable<?> table;
Review Comment:
I think we need the table to be resolved since we want
`validatePartColumnType` on this, it requires the resolved type information.
--
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]