prestodb/presto

[native] Remove DuckDB dependency for TaskManagerTest and from Prestissimo

Open

#22,923 创建于 2024年6月5日

在 GitHub 查看
 (1 评论) (2 反应) (1 负责人)Java (5,240 fork)batch import
feature requestgood first issue

仓库指标

Star
 (15,558 star)
PR 合并指标
 (平均合并 34天 14小时) (30 天内合并 120 个 PR)

描述

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.

贡献者指南