fengjian428 commented on issue #6038: URL: https://github.com/apache/hudi/issues/6038#issuecomment-1174529133
@tommss there are no delta-logs in the path, normally if you use a Global index, should generate delta-log first. I go through the source code of HoodieJavaCopyOnWriteTable and HoodieSparkMergeOnReadTable and found there are no differences between them in insert behavior, HoodieSparkMergeOnReadTable just inherits the insert method from HoodieJavaCopyOnWriteTable. -- 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]
