gamblewin commented on issue #9093: URL: https://github.com/apache/hudi/issues/9093#issuecomment-1616684672
@danny0405 Thx, I have reviewed the documentation on the Hudi website regarding bulk insert, and it states that bulk insert "implements a sort-based data writing algorithm", which means bulk insert and batch insert are actually not the same concept? For example, if I insert 100 records into a Hudi table in one sql, bulk insert does not optimize the performance of batch insertion. It simply provides a sorting operation during the data insertion process? I check the web ui, there's no exception. job graph <img width="1719" alt="image" src="https://github.com/apache/hudi/assets/39117591/5431fafa-12cf-453c-9dac-7cebdfe34a89"> exception page <img width="1167" alt="image" src="https://github.com/apache/hudi/assets/39117591/566a63b1-685d-4d54-b0b3-1acadbc8faa5"> -- 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]
