apache/beam

Matcher(s) for TableRow

Open

#17.997 aberto em 3 de jun. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Java (4.097 forks)batch import
P3coregood first issuejavanew feature

Métricas do repositório

Stars
 (7.313 stars)
Métricas de merge de PR
 (Mesclagem média 6d) (243 fundiu PRs em 30d)

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.

Guia do colaborador