ng-ngi opened a new issue, #18041:
URL: https://github.com/apache/hudi/issues/18041

   ### Bug Description
   
   **What happened:**
   with hoodie.metadata.compact.max.delta.commits set to 1, the table's 
metadata table is only compacted every 3 delta commits
   
   **What you expected:**
   compaction after every delta commit
   
   **Steps to reproduce:**
   1. It should suffice to just set up a COW table and provide some upserts to 
it with hoodie.metadata.compact.max.delta.commits set to 1, then check the 
timeline of the metadata table. If not, I can dig in more.
   
   ### Environment
   
   **Hudi version:** 1.1.1
   **Query engine:**  Spark 4.0.1 (via Spark Connect)
   **Relevant configs:** 
   hoodie.metadata.index.column.stats.enable: true,
   hoodie.metadata.enable: true, 
   hoodie.metadata.compact.max.delta.commits: 1,
   hoodie.datasource.write.operation: upsert,
   hoodie.datasource.write.table.type: COPY_ON_WRITE
   
   
   
   ### Logs and Stack Trace
   
   <img width="223" height="342" alt="Image" 
src="https://github.com/user-attachments/assets/463ad65e-1ba6-41d8-8914-156de7a0e48a";
 />


-- 
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]

Reply via email to