You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xushiyan (via GitHub)" <gi...@apache.org> on 2023/04/06 06:55:42 UTC

[GitHub] [hudi] xushiyan commented on pull request #7362: [HUDI-5315] The record size is dynamically estimated when the table i…

xushiyan commented on PR #7362:
URL: https://github.com/apache/hudi/pull/7362#issuecomment-1498581373

   @weimingdiit thanks for making the patch. I see the main problem here is that it's using in-memory size for the estimation which is actually intended for storage size, which may not be accurate. I have a different approach to estimate the size using sample write in [this PR](https://github.com/apache/hudi/pull/8390). pls take a look


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org