Aitozi commented on code in PR #21522: URL: https://github.com/apache/flink/pull/21522#discussion_r1135797952
########## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalog.java: ########## @@ -763,7 +783,7 @@ CatalogBaseTable instantiateCatalogTable(Table hiveTable) { tableSchemaProps.putProperties(properties); // try to get table schema with both new and old (1.10) key, in order to support tables // created in old version - tableSchema = + TableSchema tableSchema = Review Comment: Updated. Now `import org.apache.flink.table.api.TableSchema` has entirely removed from the hive connector. And the `DescriptorProperties` is migrate to `CatalogPropertiesUtil` -- 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