zhuqi-lucas commented on PR #21266: URL: https://github.com/apache/datafusion/pull/21266#issuecomment-4174691492
@adriangb Good suggestion! Reusing TPC-H data with multiple parts and renaming is much simpler. Plan: 1. Generate TPC-H with `--parts=3` (files have non-overlapping l_orderkey ranges) 2. Rename files so alphabetical order is reversed vs key order (e.g., part with highest keys → `a_xxx`, lowest → `c_xxx`) 3. Benchmark uses `--sorted` to declare `WITH ORDER` No need for datafusion-cli or SQL splitting. Working on it. -- 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]
