prestodb/presto
OutputMatcher should take a Collection rather than a List
Aperta
#22.756 aperta il 15 mag 2024
available-to-pickupgood first issueplanner
Metriche repository
- Star
- (15.558 stelle)
- Metriche merge PR
- (Merge medio 34g 14h) (120 PR mergiate in 30 g)
Descrizione
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.