linliu-code commented on PR #18770:
URL: https://github.com/apache/hudi/pull/18770#issuecomment-4479512487

   Quick FYI — built a clean bundle from the current master HEAD 
(`db460814d365`) without this patch to confirm the bug still reproduces there, 
not just on 1.1.1:
   
   | Version | bytesRead (count(\*)) | Wall |
   |---|---|---|
   | 0.15.0 | 88.4 MB | 177 ms |
   | 0.15.1-rc1 | 88.4 MB | 168 ms |
   | 1.1.1 | 88.4 MB | 209 ms |
   | **master `db460814d365` (unpatched)** | **88.3 MB** | **106 ms** |
   | raw parquet baseline | 376 KB | 54 ms |
   
   Scale L = 100 partitions × 10K rows, COW + MDT + col-stats + data-skipping 
enabled. So this PR is closing the gap on the latest master, not just on 1.1.1.


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