prestodb/presto
[native] Remove DuckDB dependency for TaskManagerTest and from Prestissimo
Aperta
#22.923 aperta il 5 giu 2024
feature requestgood first issue
Metriche repository
- Star
- (15.558 stelle)
- Metriche merge PR
- (Merge medio 34g 14h) (120 PR mergiate in 30 g)
Descrizione
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.