zabetak opened a new pull request, #6097: URL: https://github.com/apache/hive/pull/6097
### What changes were proposed in this pull request? 1. Add dedicated driver/config (`TestTPCDSCteCliDriver`/`TPCDSCteCliConfig`) for running CTE suggestion tests with TPC-DS stats. 2. Drop `set hive.optimize.cte.suggester.class` from cbo_query*.q files and update golden files for `TestTezTPCDS30TBPerfCliDriver `. ### Why are the changes needed? 1. Decouple experimental CTE features from main plan regression suite. 2. Allow fine-tuning of CTE properties for increasing code coverage in this area. Check HIVE-29224 for more details. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ``` mvn test -Dtest=TestTPCDSCteCliDriver mvn test -Dtest=TestTezTPCDS30TBPerfCliDriver ``` -- 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]
