yew1eb commented on issue #1658: URL: https://github.com/apache/auron/issues/1658#issuecomment-3646123450
@cxzl25 @richox Our current end-to-end coverage is quite limited, so execution plan regressions and subtle correctness bugs can easily go unnoticed during development. The implementation adds a lightweight TPC-H suite: + Based on SF=0.1 with additional data sampling → all 8 tables total < 3MB + Full correctness validation for all 22 standard queries + Assertions on native physical plans/operators + Runs in just a few seconds locally (super easy for local development and debugging), with negligible CI overhead Unlike the 1GB TPC-DS suite we already have in CI (which is great for performance testing but heavier and slower), this TPC-H suite focuses on fast regression detection and is extremely lightweight — making it perfect for quick local runs while complementing the existing CI tests. Most mature query engines (DataFusion, DuckDB, Trino, Spark, etc.) rely on TPC-H for exactly this kind of regression protection. It would significantly boost Auron’s stability and give everyone more confidence in changes. Would love your thoughts or any concerns! Happy to adjust scope or details based on your feedback. -- 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]
