apache/beam

Matcher(s) for TableRow

Open

#17,997 opened on Jun 3, 2022

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Java (4,097 forks)batch import
P3coregood first issuejavanew feature

Repository metrics

Stars
 (7,313 stars)
PR merge metrics
 (Avg merge 6d) (243 merged PRs in 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.

Contributor guide