xushiyan commented on code in PR #6732:
URL: https://github.com/apache/hudi/pull/6732#discussion_r1058485652
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/HoodieFlinkWriteClient.java:
##########
@@ -277,7 +277,7 @@ protected void writeTableMetadata(HoodieTable table, String
instantTime, String
* Initialized the metadata table on start up, should only be called once on
driver.
*/
public void initMetadataTable() {
- ((HoodieFlinkTableServiceClient<T>)
tableServiceClient).initMetadataTable();
+ ((HoodieFlinkHoodieTableServiceClient<T>)
tableServiceClient).initMetadataTable();
Review Comment:
the diagram needs update too
--
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]