prestodb/presto

OutputMatcher should take a Collection rather than a List

Open

#22,756 创建于 2024年5月15日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Java (5,240 fork)batch import
available-to-pickupgood first issueplanner

仓库指标

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

描述

com.facebook.presto.sql.planner.assertions.OutputMatcher should take a Collection rather than a List

Order is not important in this class so this is semantically correct, and I encountered a case where it would have been mildly more convenient to pass in a Set instead of a List.

贡献者指南