mzheng-plaid commented on issue #11712: URL: https://github.com/apache/hudi/issues/11712#issuecomment-2264180448
The compaction step is on the _metadata_ table for your table, not on the table itself. The metadata table afaik is always a MOR table. To verify, you can disable the metadata table `hoodie.metadata.enable`: `false` and these steps should go away. (Not sure why this is happening, definitely seems strange that it would just be stuck because the metadata table is quite small) -- 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]
