prestodb/presto
View on GitHub[native] Remove DuckDB dependency for TaskManagerTest and from Prestissimo
Open
#22,923 opened on Jun 5, 2024
feature requestgood first issue
Repository metrics
- Stars
- (15,558 stars)
- PR merge metrics
- (Avg merge 34d 14h) (120 merged PRs in 30d)
Description
TaskManagerTest.cpp currently uses DuckDB to validate the results. This adds an additional dependency to Prestissimo. We must remove this. We must either modify the test to compare with expected values or use a Presto verifier.