hudi-bot opened a new issue, #16088: URL: https://github.com/apache/hudi/issues/16088
Refactor public static WriteMarkers get(MarkerType markerType, HoodieTable table, String instantTime) to public static WriteMarkers get(MarkerType markerType, HoodieTableMetaClient tableMetaClient, String instantTime). When starting a commit with direct markers, for populating the marker folder .hoodie/.temp/<timestamp>, we need access to the HoodieTable, with the current API. Changing this to a HoodieTableMetaClient would simplify the API. cc: [~danny0405] [~sivabalan] ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6518 - Type: Bug -- 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]
