apache/beam

Matcher(s) for TableRow

Open

#17 997 ouverte le 3 juin 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)Java (4 097 forks)batch import
P3coregood first issuejavanew feature

Métriques du dépôt

Stars
 (7 313 stars)
Métriques de merge PR
 (Merge moyen 6j) (243 PRs mergées en 30 j)

Description

TableRow has poorly behaved equality, and a certain amount of automatic coercion, so matchers based equals() are not applicable in tests. It would be handy to have matchers such as "isTableRowEqualTo(otherRow)".

Imported from Jira BEAM-332. Original Jira may contain additional context. Reported by: kenn.

Guide contributeur