prestodb/presto

[native] Remove DuckDB dependency for TaskManagerTest and from Prestissimo

Open

#22923 opened on Jun 5, 2024

View on GitHub
 (1 comment) (2 reactions) (1 assignee)Java (15,558 stars) (5,240 forks)batch import
feature requestgood first issue

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.

Contributor guide