bvolpato commented on PR #37890: URL: https://github.com/apache/beam/pull/37890#issuecomment-4107126882
How does the matcher handle BigQuery `REPEATED` mode fields (arrays)? The test covers `listField` with List values, but does it handle the case where element order matters vs. doesn't? BigQuery REPEATED fields are ordered, so strict ordering comparison is correct, but it would be good to add a test explicitly verifying that `["a", "b"] != ["b", "a"]`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
