prestodb/presto

OutputMatcher should take a Collection rather than a List

Open

#22,756 opened on May 15, 2024

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Java (5,240 forks)batch import
available-to-pickupgood first issueplanner

Repository metrics

Stars
 (15,558 stars)
PR merge metrics
 (Avg merge 34d 14h) (120 merged PRs in 30d)

Description

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.

Contributor guide