prestodb/presto

OutputMatcher should take a Collection rather than a List

Ouverte

#22 756 ouverte le 15 mai 2024

 (3 commentaires) (0 réaction) (1 personne assignée)Java (5 240 forks)batch import
available-to-pickupgood first issueplanner

Métriques du dépôt

Stars
 (15 558 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur