Aitozi commented on code in PR #21522: URL: https://github.com/apache/flink/pull/21522#discussion_r1137044316
########## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogPropertiesUtil.java: ########## @@ -176,30 +211,32 @@ private static List<String> deserializePartitionKeys(Map<String, String> map) { return partitionKeys; } - private static Schema deserializeSchema(Map<String, String> map) { + private static Schema deserializeSchema(Map<String, String> map, String schemaKey) { Review Comment: It's meant to extract schema by the fallback key in the hive in [link](https://github.com/apache/flink/blob/e818c11d104623f47b7568e39759a285a357a1e9/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/HiveCatalog.java#L773) -- 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