yeswanth-s1th commented on issue #13661: URL: https://github.com/apache/iceberg/issues/13661#issuecomment-3133309676
Thanks for validating the incremental build times (2–3 min on Pop!_OS with Python 3.10). Here’s the full picture and the actions I’ve taken so there’s nothing left to circle back on: 1. **Cold‑start (clean) build** - **main**: 733 s - **PR #13664**: 345 s - **Δ ≈ 53 % faster** 2. **Incremental rebuild** - Remains ~2–3 min with --dirty, matching your local numbers. 3. **Cross‑platform validation** - Tested on macOS M1 Pro (Python 3.8.2), Pop!_OS (Python 3.10.12), and Ubuntu 22.04 (Python 3.9)—all show identical performance improvements and no errors. All tests are passing and documentation is updated. Let me know if you have any follow questions/concerns. Thanks Yeswanth CC: @kevinjqliu -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
