trushev commented on code in PR #5830:
URL: https://github.com/apache/hudi/pull/5830#discussion_r1033135573
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkTable.java:
##########
@@ -102,4 +108,9 @@ public <T extends SpecificRecordBase>
Option<HoodieTableMetadataWriter> getMetad
return Option.empty();
}
}
+
+ private static void setLatestInternalSchema(HoodieWriteConfig config,
HoodieTableMetaClient metaClient) {
+ Option<InternalSchema> internalSchema = new
TableSchemaResolver(metaClient).getTableInternalSchemaFromCommitMetadata();
Review Comment:
replaced with `isPresent()`
--
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]