mirror of
https://github.com/prestodb/presto.git
synced 2026-04-06 05:17:27 +00:00
## Description Configures native query runner to allow cuDF enablement. ## Motivation and Context Presto C++ test suite can be extended to run with cuDF worker. ## Impact N/A. ## Test Plan Tpch tests are added but not run in CI yet due to missing GPU runner. ## Release Notes ``` == NO RELEASE NOTE == ``` ## Summary by Sourcery Enable running native Hive TPCH tests with cuDF-enabled workers and adjust supporting tooling. New Features: - Add configuration flag and support wiring to launch native workers with cuDF enabled. - Introduce TPCH query test suite that runs against a cuDF-enabled native Hive query runner. Enhancements: - Increase native worker logging verbosity for external worker launcher runs. - Propagate the new cuDF enablement option through Hive, Iceberg, and Delta external worker launcher setup. CI: - Exclude cuDF-specific native tests from the default CI Java test discovery to avoid requiring GPU runners.