prestodb/presto
GitHub で見る[native] Remove DuckDB dependency for TaskManagerTest and from Prestissimo
Open
#22,923 opened on 2024年6月5日
feature requestgood first issue
説明
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.