prestodb/presto

OutputMatcher should take a Collection rather than a List

开放

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

 (3 条评论) (0 个反应) (1 位负责人)Java (5,240 个派生)batch import
available-to-pickupgood first issueplanner

仓库指标

星标
 (15,558 个星标)
PR 合并指标
 (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.

贡献者指南