yihua commented on issue #13585:
URL: https://github.com/apache/hudi/issues/13585#issuecomment-3105647731

   @TonyCui02 Thanks for reporting this.  As you mentioned, we should make the 
record size estimation consistent across `COMMIT` and `DELTA_COMMIT` actions, 
by only considering base files that are large enough.
   
   Also note that, to address the metadata in the base file, Hudi 1.0 has 
introduced a config `hoodie.record.size.estimator.average.metadata.size` 
(https://hudi.apache.org/docs/configurations#hoodierecordsizeestimatoraveragemetadatasize)
 for user to configure, which will be subtracted from the file size when 
estimating the record size.
   
   Are you interested in putting up a PR to improve the logic?


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